Commit a05c83706e770d8bbf0a57c54781fd81e81fc682

Authored by fengtao
1 parent d1898eef

fix:修改场景联动 弹窗组件 新增选择设备属性未清除问题和清除告警选择设备属性未清除问题

@@ -166,6 +166,7 @@ @@ -166,6 +166,7 @@
166 options: deviceList, 166 options: deviceList,
167 onChange(e) { 167 onChange(e) {
168 if (e) { 168 if (e) {
  169 + setFieldsValue({ type2: '' });
169 //fengtao 170 //fengtao
170 updateFieldAttributeFunc(e, orgId); 171 updateFieldAttributeFunc(e, orgId);
171 //fengtao 172 //fengtao
@@ -170,6 +170,7 @@ @@ -170,6 +170,7 @@
170 options: deviceList, 170 options: deviceList,
171 onChange(e) { 171 onChange(e) {
172 if (e) { 172 if (e) {
  173 + setFieldsValue({ type2: '' });
173 //fengtao 174 //fengtao
174 updateFieldAttributeFunc(e, orgId.value); 175 updateFieldAttributeFunc(e, orgId.value);
175 //fengtao 176 //fengtao