vbea 2 anos atrás
pai
commit
97333f6182

+ 1 - 0
Strides-Admin/src/views/transaction/transactions.vue

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

+ 1 - 0
Strides-Admin/src/views/user/index.vue

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