网上办事
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<ai-list>
|
<ai-list>
|
||||||
<ai-title slot="title" title="事项配置"/>
|
<ai-title slot="title" title="事项配置"/>
|
||||||
<template #tabs>
|
<template #tabs>
|
||||||
<el-tabs v-model="curTab">
|
<el-tabs v-model="curTab" @tab-click="getListInit">
|
||||||
<el-tab-pane v-for="tab in tabs" :key="tab.name" v-bind="tab" lazy>
|
<el-tab-pane v-for="tab in tabs" :key="tab.name" v-bind="tab" lazy>
|
||||||
<ai-card class="mar-t16" panel v-if="curTab==tab.name">
|
<ai-card class="mar-t16" panel v-if="curTab==tab.name">
|
||||||
<ai-search-bar>
|
<ai-search-bar>
|
||||||
@@ -151,7 +151,10 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
getListInit() {
|
||||||
|
this.page.current = 1
|
||||||
|
this.getList()
|
||||||
|
},
|
||||||
getList() {
|
getList() {
|
||||||
this.instance.post(`/app/approval-process-def/list`, null, {
|
this.instance.post(`/app/approval-process-def/list`, null, {
|
||||||
params: {
|
params: {
|
||||||
|
|||||||
Reference in New Issue
Block a user