修改数据来源

This commit is contained in:
guanj
2026-01-08 20:08:26 +08:00
parent e21ae50e51
commit 08afdddc51
4 changed files with 14 additions and 4 deletions

View File

@@ -222,6 +222,7 @@ const sourceChange = (e: any) => {
tableStore.table.params.deviceTypeId = e[0] || ''
tableStore.table.params.engineeringid = e[1] || ''
tableStore.table.params.projectId = e[2] || ''
tableStore.table.params.deviceId = e[3] || ''
}
}
}