From 43a392820b20d652a3fbf55d8b97af0fd3b316c7 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 5 Feb 2026 20:00:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/FirstPhase/production/SboProcess.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/FirstPhase/production/SboProcess.vue b/pages/FirstPhase/production/SboProcess.vue index 72378fe..b3ed034 100644 --- a/pages/FirstPhase/production/SboProcess.vue +++ b/pages/FirstPhase/production/SboProcess.vue @@ -177,7 +177,7 @@ }, /** 初始化查询 */ async _queryRawFoilList () { - let res = await queryRawFoilList(this.val1, this.val2, this.pageNum + '', this.pageSize + '') + let res = await queryRawFoilList(this.val1, null,this.val2, this.pageNum + '', this.pageSize + '') this.totalCount = res.size if (res.size > 0) { const dataMap = res.data