Эх сурвалжийг харах

告警规则,关闭关联设备弹窗后 关联下级按钮未取消 问题处理

jingyuanchao 1 жил өмнө
parent
commit
2eef131a34

+ 3 - 1
src/views/warnRule/addRelvance.vue

@@ -211,7 +211,7 @@ export default {
   },
   data() {
     return {
-      title: "选择报警防区设备",
+      title: "选择设备",
       level: 1,
       clearable: true,
       searchable: true,
@@ -323,6 +323,8 @@ export default {
       this.searchDevices = [];
       this.boundDeviceIds = [];
       this.boundDevicesClone = [];
+      this.left.condition.searchChild=false;
+      this.right.condition.searchChild=false;
     },
     leftTreeSelect(node){
       this.left.condition.orgId = node.id;