From 4a2d81ab8ec142501ad5c91ed0a5578dd09f04eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 12 Jan 2024 14:09:20 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=A0=87=E5=87=86=E5=85=A5=E5=BA=93/?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=E6=B5=81=E7=A8=8B=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StandardEntryOrChangeProcess.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue b/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue index 1b0911d9..b80737d1 100644 --- a/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue +++ b/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue @@ -562,7 +562,7 @@ export default { result = JSON.parse(res.result.infoJsonStr) this.draftInitPersonInfo(result.userInfoMap) } - const businessData = Object.assign({}, { ...res.result.businessInfoDTO.businessMap }) + const businessData = Object.assign({}, { ...result.businessInfoDTO.businessMap }) this.businessId = res.result.businessId this.formInline.source = businessData.source this.loading = false