From 30b817944dc78bc961090bde72bec1570adba3ac 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 16:24:50 +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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pages/Modifyinformation/Modifyinformation.vue b/pages/Modifyinformation/Modifyinformation.vue index 7beebee..f9559f0 100644 --- a/pages/Modifyinformation/Modifyinformation.vue +++ b/pages/Modifyinformation/Modifyinformation.vue @@ -201,7 +201,6 @@ }) res.data.nurseStationPersonCheckList = [] this.appPersonallist = res.data - console.log(this.appPersonallist) }) }, //上传证书 @@ -217,7 +216,7 @@ formData: { //多余值 'nursePersonId': that.nursePersonId, }, - timeout: 5000, + timeout: 10000, success(res) { var img = { certificateUrl: JSON.parse(res.data).imgUrl @@ -247,7 +246,7 @@ formData: { //多余值 'userId': that.appPersonallist.userId, }, - timeout: 5000, + timeout: 10000, success(res) { that.appPersonallist.avatar = JSON.parse(res.data).imgUrl that.updateNursePerson(); @@ -264,7 +263,6 @@ } this.appPersonallist.nurseStationPersonCheckList.push(img) }) - console.log(this.appPersonallist) var that = this var obj = { avatar: that.appPersonallist.avatar,