From 489b6d998b34aecfcef706e6c7d0c3a9876b7716 Mon Sep 17 00:00:00 2001 From: duanliangtao Date: Tue, 28 Nov 2023 12:02:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AE=8B=E7=96=BE=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/resiForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index 256ed14bb..186d7767b 100644 --- a/src/views/components/resiForm.vue +++ b/src/views/components/resiForm.vue @@ -2447,7 +2447,7 @@ export default { return this.$message.error(res.msg); } else { - if (res.data) { + if (res.data && res.data.chronicDiseaseCode) { res.data.chronicDiseaseCode = res.data.chronicDiseaseCode.split(',') }