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: [] }) }