|
@@ -227,6 +227,7 @@ export default {
|
|
|
orgId: this.$store.getters.orgId,
|
|
orgId: this.$store.getters.orgId,
|
|
|
deviceName: "",
|
|
deviceName: "",
|
|
|
searchChild: false,
|
|
searchChild: false,
|
|
|
|
|
+ iotCode: '',
|
|
|
},
|
|
},
|
|
|
total: 0,
|
|
total: 0,
|
|
|
selectedCount: 0,
|
|
selectedCount: 0,
|
|
@@ -238,6 +239,7 @@ export default {
|
|
|
orgId: this.$store.getters.orgId,
|
|
orgId: this.$store.getters.orgId,
|
|
|
deviceName: "",
|
|
deviceName: "",
|
|
|
searchChild: false,
|
|
searchChild: false,
|
|
|
|
|
+ iotCode: '',
|
|
|
},
|
|
},
|
|
|
total: 0,
|
|
total: 0,
|
|
|
selectedCount: 0,
|
|
selectedCount: 0,
|
|
@@ -352,6 +354,7 @@ export default {
|
|
|
this.right.condition.orgId = null;
|
|
this.right.condition.orgId = null;
|
|
|
this.right.condition.searchChild = false;
|
|
this.right.condition.searchChild = false;
|
|
|
this.right.condition.deviceName = null;
|
|
this.right.condition.deviceName = null;
|
|
|
|
|
+ this.right.condition.iotCode = null;
|
|
|
let addData = this.left.selectedRows.filter(
|
|
let addData = this.left.selectedRows.filter(
|
|
|
(row) => this.boundDeviceIds.indexOf(row.deviceId) < 0
|
|
(row) => this.boundDeviceIds.indexOf(row.deviceId) < 0
|
|
|
);
|
|
);
|