diff --git a/src/views/pqs/business/terminal/deviceter/index.vue b/src/views/pqs/business/terminal/deviceter/index.vue index 5b850fcb..2ec9add1 100644 --- a/src/views/pqs/business/terminal/deviceter/index.vue +++ b/src/views/pqs/business/terminal/deviceter/index.vue @@ -2512,6 +2512,10 @@ const queryNodeContent = () => { // ElMessage.warning('1111111') return } + + if (nodeData.value.plevel == 6) { + setDown() + } let data = { id: nodeData.value.id, level: nodeData.value.plevel * 100 @@ -2972,9 +2976,7 @@ onMounted(() => { getYwZtSubstation({ orgId: '' }).then(res => { powerStationList.value = res.data }) - } else { - setDown() - } + } category() }) area() diff --git a/src/views/pqs/runManage/runEvaluate/components/statisticsPopUpBox.vue b/src/views/pqs/runManage/runEvaluate/components/statisticsPopUpBox.vue index 3868d9ee..378fff0f 100644 --- a/src/views/pqs/runManage/runEvaluate/components/statisticsPopUpBox.vue +++ b/src/views/pqs/runManage/runEvaluate/components/statisticsPopUpBox.vue @@ -1,19 +1,36 @@ @@ -23,7 +40,7 @@ import { ref, reactive } from 'vue' import Area from '@/components/form/area/index.vue' import { defaultAttribute } from '@/components/table/defaultAttribute' const dialogVisible = ref(false) -const radio1 = ref('1') +const orgNo = ref('1') const tableData = ref([ { num: '测试终端1', @@ -35,7 +52,7 @@ const tableData = ref([ }, { num: '测试终端2', - num1: '张家口', + num1: '廊坊', num2: '测试变电站2', num3: 'npqs_571_2', num4: '100', @@ -43,12 +60,26 @@ const tableData = ref([ }, { num: '测试终端3', - num1: '张家口', + num1: '承德', num2: '测试变电站3', num3: 'npqs_571_3', num4: '100', num5: 1 - } + }, { + num: '测试终端3', + num1: '秦皇岛', + num2: '测试变电站3', + num3: 'npqs_571_3', + num4: '100', + num5: 1 + }, { + num: '测试终端3', + num1: '唐山', + num2: '测试变电站3', + num3: 'npqs_571_3', + num4: '100', + num5: 1 + }, ]) const open = () => { dialogVisible.value = true