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) {