事件展示-设备告警稳态越限告警暂态事件列表-数据来源字段传参修改
This commit is contained in:
@@ -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] || ''
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user