Explorar el Código

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

liubei@c-top.com.cn hace 3 años
padre
commit
bac63b98dd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();