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