|
@@ -303,7 +303,7 @@ export default {
|
|
|
}
|
|
|
this.dateStr = this.form.createdAt
|
|
|
this.username = this.form.createdName
|
|
|
- this.form.app
|
|
|
+ this.form.applicantObject = this.form.applicantBuyerId
|
|
|
this.getHouseList()
|
|
|
this.getPaymentListById()
|
|
|
}
|
|
@@ -347,6 +347,7 @@ export default {
|
|
|
const user = this.nameOption.find(item => item.id === data)
|
|
|
this.form.identityCard = user.value
|
|
|
this.form.applicant = user.label
|
|
|
+ this.form.applicantBuyerId = data
|
|
|
this.identityCardChange()
|
|
|
},
|
|
|
identityCardChange() {
|
|
@@ -477,8 +478,6 @@ export default {
|
|
|
fileList: JSON.stringify(_this.fileList)
|
|
|
}
|
|
|
const postData = Object.assign({}, _this.form, extraData)
|
|
|
- console.log('postData', postData)
|
|
|
- return
|
|
|
this.baseRequest(this.url, postData).then(res => {
|
|
|
const data = res.data
|
|
|
if (data.code == 200) {
|