Commit 88e907e3 authored by chenqikuai's avatar chenqikuai

store layout code

parent 6b94b3ff
......@@ -117,10 +117,11 @@ export default Vue.extend({
this.searchPageReqParams.endTime = endTime
},
query() {
if (this.type === addUser.superManager) {
this.platformSave({
page: 1,
})
this.platformQuery()
this.platformQuery()}
},
reset() {
this.searchPageReqParams.queryName = ''
......@@ -128,10 +129,12 @@ export default Vue.extend({
this.searchPageReqParams.startTime = undefined
this.searchPageReqParams.endTime = undefined
this.$nextTick(() => {
if (this.type === addUser.superManager) {
this.platformSave({
page: 1,
})
this.query()
}
})
},
showModal() {
......
......@@ -152,7 +152,6 @@ const columns:Array<column> =
align:'center',
scopedSlots: { customRender: 'firstSubClientManager' },
role:[
eRole.firstLevel_sub_branch
]
},
{
......
<template>
<div>
<a-layout id="components-layout-demo-fixed-sider">
<a-layout-header> sdlkfj </a-layout-header>
<a-layout style="min-height: 100vh">
<a-layout-sider width="256" style="background: white">
<div class="text-center text-lg my-3">中小企业协会综合服务平台</div>
<a-menu
......@@ -29,7 +31,6 @@
</component>
</a-menu>
</a-layout-sider>
<a-layout style="min-height: 100vh">
<a-layout-content
:style="{ margin: '24px 16px 0', overflow: 'initial' }"
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment