|
@@ -510,7 +510,11 @@ export default {
|
|
label: groupName,
|
|
label: groupName,
|
|
type: "group",
|
|
type: "group",
|
|
});
|
|
});
|
|
-
|
|
|
|
|
|
+ this.checkedObj.groupChecked = "";
|
|
|
|
+ this.checkedObj.systemChecked = "";
|
|
|
|
+ this.checkedDeviceList = [];
|
|
|
|
+ this.addedSystemMap.clear();
|
|
|
|
+ this.addedSystemArr = [];
|
|
},
|
|
},
|
|
addUserEvent() {
|
|
addUserEvent() {
|
|
this.visible.user = false;
|
|
this.visible.user = false;
|