From 09b54a29abbdb75b555861decf36a97da576b956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=90=8C=E5=AD=A6?= Date: Mon, 15 Sep 2025 10:38:14 +0800 Subject: [PATCH] =?UTF-8?q?ADD:=20=E6=8A=A5=E5=91=8A=E7=94=9F=E6=88=90?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=A3=80=E6=B5=8B=E6=95=B0=E6=8D=AE=E6=BA=90?= =?UTF-8?q?=E5=B9=B6=E6=9B=B4=E6=96=B0=E7=9B=91=E6=B5=8B=E7=82=B9=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/result/result.ts | 4 +++- frontend/src/views/home/components/reportResultPopup.vue | 9 ++++++--- .../src/views/plan/planList/components/planPopup.vue | 9 ++++----- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/frontend/src/api/result/result.ts b/frontend/src/api/result/result.ts index 1e11ff9..4c8d596 100644 --- a/frontend/src/api/result/result.ts +++ b/frontend/src/api/result/result.ts @@ -2,4 +2,6 @@ import http from '@/api' export const getMonitorResult = (devId: string) => http.post(`/result/getMonitorResult?devId=${devId}`) export const getMonitorDataSourceResult = (monitorId: string) => - http.get(`/result/getMonitorDataSourceResult?monitorId=${monitorId}`) \ No newline at end of file + http.get(`/result/getMonitorDataSourceResult?monitorId=${monitorId}`) + +export const updateMonitorResult = (data: any) => http.post('/result/updateMonitorResult', data) \ No newline at end of file diff --git a/frontend/src/views/home/components/reportResultPopup.vue b/frontend/src/views/home/components/reportResultPopup.vue index 83dade8..2cc7ecf 100644 --- a/frontend/src/views/home/components/reportResultPopup.vue +++ b/frontend/src/views/home/components/reportResultPopup.vue @@ -104,7 +104,7 @@