From b81638e53bd74ed789215ad34ff9861c2e380609 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期二, 02 七月 2024 17:17:45 +0800
Subject: [PATCH] 上传文件、下载文件action配置

---
 Source/plt-web/plt-web-ui/src/components/actions/base/startWorkFlow.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/components/actions/base/startWorkFlow.vue b/Source/plt-web/plt-web-ui/src/components/actions/base/startWorkFlow.vue
index 7b1d72e..b374b46 100644
--- a/Source/plt-web/plt-web-ui/src/components/actions/base/startWorkFlow.vue
+++ b/Source/plt-web/plt-web-ui/src/components/actions/base/startWorkFlow.vue
@@ -171,7 +171,7 @@
     getWorkByType() {
       let params = {
         type: '鏂囨。瀹$娴佺▼',
-        filterTemplate: ""
+        filterTemplate: "鏂囨。瀹$娴佺▼"
       }
       getTemplateByType(params).then(res => {
         const data = res.data.data;
@@ -179,7 +179,7 @@
 
         this.processTemplateList = data;
         this.saveParam.processTemplate = data[0].value;
-        this.saveParam.processName = userInfo.content.userName + '-' + data[0].value; // 瀵规祦绋嬫ā鏉� 娴佺▼鍚嶇О璧嬮粯璁ゅ��
+        this.saveParam.processName = this.paramVOS.processName || userInfo.content.userName + '-' + data[0].value; // 瀵规祦绋嬫ā鏉� 娴佺▼鍚嶇О璧嬮粯璁ゅ��
 
         this.getProcessNode(data[0].attributes.oid); // 棣栨杩涘叆璋冪敤绗竴涓ā鏉跨殑鎵�鏈夎妭鐐�
       }).catch(err => {
@@ -222,14 +222,15 @@
     },
 
     handleConfirm() {
+      const oids = this.dataStore.map(item => item.oid).join(',');
       let params = {
         deployid:this.processTemplateList[0].attributes.deploymentId,
         title:this.saveParam.processName,
         description:this.saveParam.processDesc,
         btmType:this.processTemplateList[0].attributes.taskType,
         uiType:this.processTemplateList[0].attributes.taskType,
-        oids:'', // 褰撳墠鏁版嵁oid锛屽涓敤,鍒嗛殧
-        detailInfoUrl:'', // 鐢ㄦ埛閰嶇疆灞炴��
+        oids:oids, // 褰撳墠鏁版嵁oid锛屽涓敤,鍒嗛殧
+        detailInfoUrl:this.paramVOS.detailInfoUrl || '', // 鐢ㄦ埛閰嶇疆灞炴��
         resetStatus:'Editing',
         nodeUsers:{
           ...this.collectParam

--
Gitblit v1.9.3