From e563871312e934fedf153c4b83ca5ba3b147c36c Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 17 一月 2025 11:47:42 +0800 Subject: [PATCH] 流程推进详情,办理按钮的权限判断完善,转办传递项目id、流程实例id --- src/views/flowable/task/myProcess/send/index.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/views/flowable/task/myProcess/send/index.vue b/src/views/flowable/task/myProcess/send/index.vue index 52bda98..b3eaa13 100644 --- a/src/views/flowable/task/myProcess/send/index.vue +++ b/src/views/flowable/task/myProcess/send/index.vue @@ -217,7 +217,9 @@ taskId: '', peopleType: '', targetId: '', - taskName: '' + taskName: '', + processInsId: '', + projectId: '', }, delegationShow: false, // 杞姙鏄剧ず rejectShow: false, // 椹冲洖鏄剧ず @@ -313,6 +315,8 @@ cancelButtonText: '鍙栨秷', type: 'warning' }).then(() => { + this.delegationForm.projectId = this.goBackParams.projectId + this.delegationForm.processInsId = this.procInsId this.delegationButLoading = true taskDelegation(this.delegationForm).then(res => { this.$message.success("宸插彂璧疯浆鍔炵敵璇�") -- Gitblit v1.8.0