From 87c9e137575b5820754ebd9edea78f2c1f57ab13 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 17 七月 2024 16:10:41 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override

---
 north-glass-erp/northglass-erp/src/views/pp/reportingWorks/AddReportingWork.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/pp/reportingWorks/AddReportingWork.vue b/north-glass-erp/northglass-erp/src/views/pp/reportingWorks/AddReportingWork.vue
index 5b9549d..84aee8e 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/reportingWorks/AddReportingWork.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/reportingWorks/AddReportingWork.vue
@@ -785,7 +785,6 @@
     }
   }
 
-
   titleUploadData.value.creator = user.user.userName
   titleUploadData.value.creatorId = user.user.userId
   const requestDetailData = xGrid.value.getTableData().fullData.filter((row) => {
@@ -992,6 +991,9 @@
       titleSelectJson.value.thisProcessType = res.data.thisProcess
       //鍘嗗彶鐝粍
       titleSelectJson.value.historyTeams= res.data.historyTeams
+      if (titleSelectJson.value.historyTeams.length == 0){
+        titleSelectJson.value.historyTeams.push({basic_name: user.user.userName, process: '鍒囧壊', basic_type: 'teamsgroups', basic_category: 179, id: 555})
+      }
       //鍘嗗彶璁惧
       titleSelectJson.value.historyDevice = res.data.historyDevice
       //鍘嗗彶宸ュ簭

--
Gitblit v1.8.0