From 28dc2c37397d7bb3f130c3cae7096814a2b3b26e Mon Sep 17 00:00:00 2001 From: fan Date: Tue, 19 Dec 2023 13:09:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E9=85=8D=E7=BD=AE=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E6=97=B6=E6=B8=85=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/deviceManage/editConfig.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/deviceManage/editConfig.vue b/src/views/system/deviceManage/editConfig.vue index 6ee55c059..232b56b80 100644 --- a/src/views/system/deviceManage/editConfig.vue +++ b/src/views/system/deviceManage/editConfig.vue @@ -532,6 +532,7 @@ export default { this.formLw = {stationCode: '', roleCode:'', client:'', clientList: []}; this.formIm = { roleCode:'', client:'', clientList: []}; this.formIscs = {deviceCode: '', picture: '', stationCode: '', roleCode:'', client:'', clientList: []}; + this.formTms = { deviceCode: '', roleCode: '', client: '', clientList: [] }; this.$refs.formIbp.resetFields(); this.$refs.formLw.resetFields(); this.$refs.formIscs.resetFields();