瀏覽代碼

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

liubei@c-top.com.cn 3 年之前
父節點
當前提交
bac63b98dd
共有 1 個文件被更改,包括 1 次插入0 次删除
  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();