@@ -313,6 +313,7 @@ export default {
getGroupOptions() {
if (this.filter.pageVo.userType == "") {
this.groupOptions = [];
+ this.getList();
return;
}
this.listLoading = true;
@@ -326,6 +326,7 @@ export default {
if (this.filters.pageVo.userType == "") {
this.groupList = [];
+ this.onClickSearch();
this.loading.table = true;