diff --git a/src/pages/quality/ProductSample/index.vue b/src/pages/quality/ProductSample/index.vue index 028b3ba..992d120 100644 --- a/src/pages/quality/ProductSample/index.vue +++ b/src/pages/quality/ProductSample/index.vue @@ -118,6 +118,8 @@ export default class ProductSample extends BasePage { time = moment().format('YYYY-MM-DD'); } this.queryParams.queryDate = time; + this.queryParams.pageNum = 1 + this.queryParams.pageSize = 9999 await this.model.selectQcCheckSampleTaskList(this.queryParams); this.list = this.model.list; }