事件展示-设备告警稳态越限告警暂态事件列表-数据来源字段传参修改

This commit is contained in:
zhujiyan
2024-10-09 13:53:04 +08:00
parent 6e8987d4ae
commit 7bb9c23543
3 changed files with 6 additions and 7 deletions

View File

@@ -100,8 +100,8 @@ tableStore.table.params.userId = ''
const sourceChange = (e: any) => {
tableStore.table.params.engineeringid = e[0] || ''
tableStore.table.params.projectId = e[1] || ''
tableStore.table.params.engineeringid = e[1] || ''
tableStore.table.params.projectId = e[2] || ''
tableStore.table.params.deviceId = e[2] || ''
}