From ae5339eff301afdb9e605572df69149d381778f3 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Wed, 5 Jun 2024 13:28:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supervision-boot/jointDebugList/index.ts | 23 + src/components/table/header/index.vue | 5 +- .../harmonicSurvey/components/planTest.vue | 2 +- .../harmonicSurvey/components/testManage.vue | 9 +- .../normalizationManager/addForm.vue | 78 +- .../terminalNetworkDetection/addForm.vue | 2300 ----------------- .../terminalNetworkDetection/detail.vue | 349 --- .../terminalNetworkDetection/index.vue | 217 -- .../plan/components/effectProblem/index.vue | 2 +- src/views/pqs/supervise/plan/index.vue | 3 + .../pqs/supervise/retire/deviceQuitPopup.vue | 2 +- src/views/pqs/supervise/retire/monitor.vue | 26 +- .../pqs/supervise/retire/monitorQuitPopup.vue | 230 +- src/views/pqs/supervise/retire/terminal.vue | 368 +-- .../components/sensitiveUserTable.vue | 276 +- .../components/jointDebugList/debug.vue | 36 +- .../components/jointDebugList/index.vue | 109 +- .../components/monitorpoint/addForm.vue | 12 +- .../components/terminainal/addForm.vue | 2 +- 19 files changed, 652 insertions(+), 3397 deletions(-) delete mode 100644 src/views/pqs/supervise/interfere/components/terminalNetworkDetection/addForm.vue delete mode 100644 src/views/pqs/supervise/interfere/components/terminalNetworkDetection/detail.vue delete mode 100644 src/views/pqs/supervise/interfere/components/terminalNetworkDetection/index.vue diff --git a/src/api/supervision-boot/jointDebugList/index.ts b/src/api/supervision-boot/jointDebugList/index.ts index fa08864c..002de82b 100644 --- a/src/api/supervision-boot/jointDebugList/index.ts +++ b/src/api/supervision-boot/jointDebugList/index.ts @@ -15,6 +15,29 @@ export const addMointorPointTempLinedebug = (data: any) => { }) } +/** + * 重新发起监测点联调表单数据 + */ +export const updateMointorPointTempLinedebug = (data: any) => { + return createAxios({ + url: '/supervision-boot/tempLinedebug/update', + method: 'POST', + data: data + }) +} + +/** + * 取消发起监测点联调表单数据 + */ +export const cancelMointorPointTempLinedebug = (data: any) => { + return createAxios({ + url: '/supervision-boot/tempLinedebug/cancel', + method: 'POST', + data: data + }) +} + + /** * 根据id获取监测点联调的详细数据 */ diff --git a/src/components/table/header/index.vue b/src/components/table/header/index.vue index 36e6595f..b526d9e8 100644 --- a/src/components/table/header/index.vue +++ b/src/components/table/header/index.vue @@ -2,14 +2,14 @@