This commit is contained in:
曹辉 2023-04-12 16:24:50 +08:00
parent efbe30bf57
commit 30b817944d

View File

@ -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,