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();