From e12a1baf9954dff00ea5e6c729a0e0459223561c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=90=8C=E5=AD=A6?= Date: Thu, 30 Oct 2025 11:12:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(device):=20=E6=B7=BB=E5=8A=A0harmSysId?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/machine/device/components/devicePopup.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/machine/device/components/devicePopup.vue b/frontend/src/views/machine/device/components/devicePopup.vue index 35aa542..063c3fe 100644 --- a/frontend/src/views/machine/device/components/devicePopup.vue +++ b/frontend/src/views/machine/device/components/devicePopup.vue @@ -337,6 +337,7 @@ function useMetaInfo() { gdName: '', subName: '', importFlag: 0, + harmSysId: '', inspectChannel: [], monitorList: [] }) @@ -376,6 +377,7 @@ const resetFormContent = () => { subName: '', importFlag: 0, inspectChannel: [], + harmSysId: '', monitorList: [] }) }