From 2f1e3c97be65eed2177aebbe380e6e77398a1b67 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Mon, 20 May 2024 15:00:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=88=E7=AB=AF=E7=9B=91=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/jointDebugList/addForm.vue | 2 - .../components/jointDebugList/detail.vue | 158 +++++------------- .../components/monitorpoint/addForm.vue | 103 ++++-------- .../components/monitorpoint/detail.vue | 1 - .../components/terminainal/addForm.vue | 4 +- .../components/terminainal/detail.vue | 1 - .../terminalNetworkDetection/index.vue | 1 - 7 files changed, 83 insertions(+), 187 deletions(-) diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/addForm.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/addForm.vue index 75873c55..80152617 100644 --- a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/addForm.vue +++ b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/addForm.vue @@ -567,9 +567,7 @@ const monitoringTerminalList = ref([]) //获取关联设备 const findAllMonitoringTerminalList = () => { getDeviceList().then(res => { - console.log(res, '-------------') monitoringTerminalList.value = res.data - console.log(monitoringTerminalList.value[0].monitoringTerminalCode, '++++++++++') }) } //查询关联设备下拉框 diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/detail.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/detail.vue index 474ed99d..186d27c7 100644 --- a/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/detail.vue +++ b/src/views/pqs/supervise/terminalNetworkDetection/components/jointDebugList/detail.vue @@ -1,6 +1,15 @@