diff --git a/src/views/business/stockOrderDelSearch.vue b/src/views/business/stockOrderDelSearch.vue index ed80d9b..fbbefe9 100644 --- a/src/views/business/stockOrderDelSearch.vue +++ b/src/views/business/stockOrderDelSearch.vue @@ -468,6 +468,8 @@ export default { this.query.startTime = null; this.query.endTime = null; } + //手动点击查询按钮,每次都从第一页开始查询 + this.query.page = 1; this.getList(); if (this.query.status === "202" || this.query.status === "502") { this.haveDistributionVisible = true;