This commit is contained in:
zhujiyan
2024-06-05 15:21:43 +08:00
parent 1afedf50f0
commit 51bf169375
8 changed files with 8 additions and 5 deletions

View File

@@ -187,11 +187,11 @@ const tableStore = new TableStore({
tableStore.table.params.deviceType = 1
}
})
onMounted(() => {
// 加载数据
tableStore.index()
})
tableStore.table.params.status = ''
tableStore.table.params.searchValue = ''
provide('tableStore', tableStore)