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