From 6cd15263ce5c80b8f9879c5f3445cee85404a576 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期二, 31 三月 2026 15:57:38 +0800
Subject: [PATCH] 生产大屏

---
 src/views/productionManagement/workOrder/components/GranulationForm.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/productionManagement/workOrder/components/GranulationForm.vue b/src/views/productionManagement/workOrder/components/GranulationForm.vue
index 8fed003..a35fae8 100644
--- a/src/views/productionManagement/workOrder/components/GranulationForm.vue
+++ b/src/views/productionManagement/workOrder/components/GranulationForm.vue
@@ -152,7 +152,7 @@
         formData.otherData.burningMaterial.userName = selectedUser.userName;
         break;
       case 'burningMaterialConfirmId':
-        formData.otherData.stirredMillIncludesMixing.confirmName = selectedUser.userName;
+        formData.otherData.burningMaterial.confirmName = selectedUser.userName;
         break;
       case 'stirredMillUserId':
         formData.otherData.stirredMill.userName = selectedUser.userName;
@@ -858,7 +858,7 @@
                        placeholder="璇烽�夋嫨纭浜�"
                        clearable
                        filterable
-                       @change="handleUserChange($event, 'stirredMillConfirmId')">
+                       @change="handleUserChange($event, 'granulationBConfirmId')">
               <el-option v-for="user in userOptions"
                          :key="user.userId"
                          :label="user.userName"

--
Gitblit v1.9.3