|
@@ -290,6 +290,8 @@
|
|
|
userDetail().then(res=>{
|
|
|
if(res.status==200){
|
|
|
this.form.info=res.data.contactName
|
|
|
+ this.userId=res.data.id
|
|
|
+ delete res.data.id
|
|
|
this.userDetailInfo=res.data
|
|
|
console.log(res)
|
|
|
}
|
|
@@ -368,7 +370,7 @@
|
|
|
})
|
|
|
return false
|
|
|
}
|
|
|
- const params= Object.assign(this.userDetailInfo, this.form)
|
|
|
+ const params= Object.assign(this.userDetailInfo, this.form,{userId:this.userId})
|
|
|
if(this.time){
|
|
|
params.reserveDateBegin=this.reserveDateBegin
|
|
|
params.reserveDateEnd=this.reserveDateEnd
|