From 53b82c6071d99cec302f571881334d21985b9b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 12 Apr 2023 13:30:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Modifyinformation/Modifyinformation.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pages/Modifyinformation/Modifyinformation.vue b/pages/Modifyinformation/Modifyinformation.vue index 0f536fe..4d49e11 100644 --- a/pages/Modifyinformation/Modifyinformation.vue +++ b/pages/Modifyinformation/Modifyinformation.vue @@ -189,13 +189,12 @@ res.data.positionalTitleLevel == 'MIDDLE_LEVEL' ? res.data.positionalTitleLevelvalue = '中级' : '' res.data.positionalTitleLevel == 'HIGH_LEVEL' ? res.data.positionalTitleLevelvalue = '高级' : '' + res.data.id = this.nursePersonId res.data.nurseStationPersonCertificateList.forEach(e => { if (e.certificateUrl) { - e.certificateUrl = baseurl + e.certificateUrl - this.certificateimg.push(e.certificateUrl) + this.certificateimg.push(baseurl + e.certificateUrl) } }) - res.data.id = this.nursePersonId res.data.nurseStationPersonCheckList = [] this.appPersonallist = res.data }) @@ -254,6 +253,12 @@ } }, updateNursePerson() { + this.appPersonallist.nurseStationPersonCertificateList.forEach(e => { + var img = { + certificateUrl: e.certificateUrl + } + this.appPersonallist.nurseStationPersonCheckList.push(img) + }) var that = this var obj = { avatar: that.appPersonallist.avatar,