From 76b27bebc20959925d73c3930b12d201907b6416 Mon Sep 17 00:00:00 2001 From: FCD <2453864257@qq.com> Date: Wed, 7 Jan 2026 14:33:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=95=99=E6=A0=B7=E6=A3=80?= =?UTF-8?q?=E9=AA=8C=E5=88=86=E9=A1=B5=E9=97=AE=E9=A2=98=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=9F=A5=E8=AF=A2=E4=B8=8D=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/quality/ProductSample/index.vue | 2 ++ 1 file changed, 2 insertions(+) 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; }