设备配置关闭时清值

This commit is contained in:
fan 2023-12-19 13:09:56 +08:00
parent 1aaa427dac
commit 28dc2c3739

View File

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