This commit is contained in:
2024-05-20 18:48:15 +08:00
parent 15bdac1c99
commit 2bd07d1e78

View File

@@ -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 = ''