修改
This commit is contained in:
parent
efbe30bf57
commit
30b817944d
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user