From 94a2d44f0bcc2cc8ca41b0a6f7d4f1833b9ae8e3 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 27 三月 2026 14:09:13 +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