From ee04dbd98222108255cd4b374758323e353b8df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 10 Jan 2024 15:27:03 +0800 Subject: [PATCH] fix 80193 --- .../StandardProcurementProcess.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue b/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue index 5651a021..bf0a8c3f 100644 --- a/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue +++ b/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue @@ -144,7 +144,11 @@ - + @@ -239,7 +243,8 @@ export default { selectedRowKeys: [], currentNode: '', isTransfer: true, // 是否转办 - businessId: null + businessId: null, + carbonCopyPersonIds: null // 抄送选择人的id } }, computed: { @@ -436,6 +441,9 @@ export default { userId } const func = this.isTransfer ? transferProcurementProcess : carbonCopyProcurementProcess + if (!this.isTransfer) { + this.carbonCopyPersonIds = userId + } this.loading = true func(params).then(res => { if (res.success) {