From ca51c6068364c5c76c97b4ebad08eabe9f398604 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 30 四月 2026 13:25:01 +0800
Subject: [PATCH] 部件类型传processType

---
 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