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