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

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] || ''
}

View File

@@ -98,8 +98,8 @@ tableStore.table.params.cascader = ''
tableStore.table.params.level=''
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] || ''
}

View File

@@ -64,7 +64,6 @@ import { analyseWave } from '@/api/common'
import { mainHeight } from '@/utils/layout'
const props = defineProps(['deviceTree'])
const refheader = ref()
const view = ref(true)
const view2 = ref(false)
@@ -183,8 +182,8 @@ tableStore.table.params.cascader = ''
tableStore.table.params.level=''
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] || ''
}
const getboxin = async (row: any) => {