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