浏览代码

修改重置会查询全部问题

lichao 3 年之前
父节点
当前提交
18d1b4255d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/kaihe/domesticTrade/myOrder/index.vue

+ 1 - 0
src/views/kaihe/domesticTrade/myOrder/index.vue

@@ -893,6 +893,7 @@ export default {
     /** 搜索按钮操作 */
     handleQuery() {
       this.queryParams.pageNum = 1;
+      this.queryParams.pageSize = 10;
       this.getList();
     },
     /** 重置按钮操作 */