vbea 2 年之前
父節點
當前提交
97333f6182
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      Strides-Admin/src/views/transaction/transactions.vue
  2. 1 0
      Strides-Admin/src/views/user/index.vue

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

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

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

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