From 30c031282ebb1bf80646c947235fb4a19360f77a Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 21 一月 2025 17:34:20 +0800 Subject: [PATCH] 顶部展示部门 --- 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