diff --git a/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue b/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue index c1edc0ee..de1ca4f2 100644 --- a/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue +++ b/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue @@ -408,7 +408,7 @@ export default { result = JSON.parse(result.infoJsonStr) this.draftInitPersonInfo(result.userInfoMap) } - this.businessId = result.businessId + this.businessId = result.businessId || result.businessInfoDTO[0].businessId this.processInfo = Object.assign({}, result.basicProcessInfoDTO || {}) this.dataSource = result.businessInfoDTO || [] this.approvalInfo = Object.assign({}, result.basicTaskInfoDTO || {})