Ver Fonte

账户配置查询修改页码传参

liubei@c-top.com.cn há 3 anos atrás
pai
commit
bac63b98dd
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/views/modules/account-config/account-config.vue

+ 1 - 0
src/views/modules/account-config/account-config.vue

@@ -627,6 +627,7 @@ export default {
             });
         },
         handleQueryList(event) {
+            this.tablePag.page = 1;
             event.preventDefault();
             this.controlLoading = true;
             this.handleInitTable();