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 @@