From 318cdcdadf3511a539b5fd7e7618a48dc286a403 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期日, 24 五月 2026 18:32:12 +0800
Subject: [PATCH] fix: 修改追溯生产报工查询投入为空问题

---
 src/views/productionManagement/productionTraceability/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/productionManagement/productionTraceability/index.vue b/src/views/productionManagement/productionTraceability/index.vue
index b9d37a1..d8b8f98 100644
--- a/src/views/productionManagement/productionTraceability/index.vue
+++ b/src/views/productionManagement/productionTraceability/index.vue
@@ -175,7 +175,7 @@
               <template #default="{ row }">
                 <el-button type="primary"
                            link
-                           @click="showInput(row.id)">鏌ョ湅鎶曞叆</el-button>
+                           @click="showInput(row.productionProductMainId)">鏌ョ湅鎶曞叆</el-button>
                 <el-button type="primary"
                            link
                            @click="showParamDetail(row.productionOperationParamList)">鍙傛暟璇︽儏</el-button>

--
Gitblit v1.9.3