From fdd1c56d7bdcbbaa1ee8c6778d9f308b85a1aabd Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期二, 15 七月 2025 08:19:38 +0800
Subject: [PATCH] 平板来料检提交生成异常处置单

---
 H5/Js/LLJ/Add.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/H5/Js/LLJ/Add.js b/H5/Js/LLJ/Add.js
index e725a23..f602dc3 100644
--- a/H5/Js/LLJ/Add.js
+++ b/H5/Js/LLJ/Add.js
@@ -299,7 +299,8 @@
             var that = this;
             that.ttrre = true;
             that.AxiosHttp("post", 'MesQaItemsDetect01Manager/EditModelSubmit', {
-                guid: that.formData.guid
+                guid: that.formData.guid,
+                userGuid: this.GetLoginInfor().loginGuid // 鏂板鍙傛暟锛氱敤鎴峰敮涓�鏍囪瘑
             }, true, 1).then(function (res1) {
                 if (res1.rtnData.outSum == 1) {
                     that.$notify({ type: 'success', message: '鎻愪氦鎴愬姛' });

--
Gitblit v1.9.3