diff --git a/src/views/oa/crm/businessTripApply/edit.vue b/src/views/oa/crm/businessTripApply/edit.vue index 557ab72..0ee480b 100644 --- a/src/views/oa/crm/businessTripApply/edit.vue +++ b/src/views/oa/crm/businessTripApply/edit.vue @@ -216,18 +216,18 @@ - - - - - + + + + + + + + + + + + @@ -343,7 +343,7 @@ const initFormData: BusinessTripApplyForm = { tripStatus: '1', // 默认暂存 flowStatus: 'draft', remark: undefined, - ossId: undefined, + // ossId: undefined, variables: {}, // 初始化 variables copyUserIds: [] as string[] // 抄送人员ID列表 };