微调
This commit is contained in:
@@ -187,12 +187,13 @@ const tableStore = new TableStore({
|
|||||||
const flowInfo = ref()
|
const flowInfo = ref()
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
// 加载数据
|
|
||||||
tableStore.index()
|
|
||||||
//加载流程标识
|
//加载流程标识
|
||||||
await getSignSimpleList().then(res => {
|
await getSignSimpleList().then(res => {
|
||||||
flowInfo.value = res.data
|
flowInfo.value = res.data
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// 加载数据
|
||||||
|
tableStore.index()
|
||||||
})
|
})
|
||||||
tableStore.table.params.userId = ''
|
tableStore.table.params.userId = ''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user