From 05ff5ebd66da64433f35abc30f693512679ee5fa Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 07 五月 2026 13:57:08 +0800
Subject: [PATCH] 前端部署文件

---
 src/views/qualityManagement/processInspection/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/qualityManagement/processInspection/index.vue b/src/views/qualityManagement/processInspection/index.vue
index de0cfec..5d38055 100644
--- a/src/views/qualityManagement/processInspection/index.vue
+++ b/src/views/qualityManagement/processInspection/index.vue
@@ -276,7 +276,8 @@
   tableLoading.value = true;
   const params = { ...searchForm.value, ...page };
   params.entryDate = undefined
-  qualityInspectListPage({...params, inspectType: 1}).then(res => {
+  params.processType = params.process
+  qualityInspectListPage({ ...params, inspectType: 1 }).then(res => {
     tableLoading.value = false;
     tableData.value = res.data.records
     page.total = res.data.total;

--
Gitblit v1.9.3