修改设备登记列表加载位置

This commit is contained in:
zhujiyan
2024-09-10 16:26:36 +08:00
parent 25437f939a
commit 59744b9fdb

View File

@@ -191,7 +191,6 @@ queryByCode('Device_Type').then(res => {
}
})
})
tableStore.index()
})
const devModelOptionsFilter = computed(() => {
return devModelOptions.value.filter((item: any) => {
@@ -570,7 +569,7 @@ provide('tableStore', tableStore)
onMounted(() => {
setTimeout(() => {
// tableStore.index()
tableStore.index()
}, 100)
})