|
@@ -328,6 +328,8 @@ export default {
|
|
})
|
|
})
|
|
this.userGroupKeys = datas;
|
|
this.userGroupKeys = datas;
|
|
this.GroupIds = datas;
|
|
this.GroupIds = datas;
|
|
|
|
+ } else {
|
|
|
|
+ this.GroupIds = ['default'];
|
|
}
|
|
}
|
|
if (UserList && UserList.length) {
|
|
if (UserList && UserList.length) {
|
|
const datas = [];
|
|
const datas = [];
|