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 = [] res.data.nurseStationPersonCheckList = []
this.appPersonallist = res.data this.appPersonallist = res.data
console.log(this.appPersonallist)
}) })
}, },
// //
@ -217,7 +216,7 @@
formData: { // formData: { //
'nursePersonId': that.nursePersonId, 'nursePersonId': that.nursePersonId,
}, },
timeout: 5000, timeout: 10000,
success(res) { success(res) {
var img = { var img = {
certificateUrl: JSON.parse(res.data).imgUrl certificateUrl: JSON.parse(res.data).imgUrl
@ -247,7 +246,7 @@
formData: { // formData: { //
'userId': that.appPersonallist.userId, 'userId': that.appPersonallist.userId,
}, },
timeout: 5000, timeout: 10000,
success(res) { success(res) {
that.appPersonallist.avatar = JSON.parse(res.data).imgUrl that.appPersonallist.avatar = JSON.parse(res.data).imgUrl
that.updateNursePerson(); that.updateNursePerson();
@ -264,7 +263,6 @@
} }
this.appPersonallist.nurseStationPersonCheckList.push(img) this.appPersonallist.nurseStationPersonCheckList.push(img)
}) })
console.log(this.appPersonallist)
var that = this var that = this
var obj = { var obj = {
avatar: that.appPersonallist.avatar, avatar: that.appPersonallist.avatar,