|
@ -203,6 +203,7 @@ export default { |
|
|
reason: "", //备注 |
|
|
reason: "", //备注 |
|
|
customerId: "", |
|
|
customerId: "", |
|
|
oldHome: "", |
|
|
oldHome: "", |
|
|
|
|
|
oldHomeId: "", |
|
|
oldDept: "", |
|
|
oldDept: "", |
|
|
oldAddress: "", |
|
|
oldAddress: "", |
|
|
ownerName: "", |
|
|
ownerName: "", |
|
@ -299,7 +300,7 @@ export default { |
|
|
this.dataForm.oldDept = ""; |
|
|
this.dataForm.oldDept = ""; |
|
|
this.dataForm.oldAddress = data.houseName; |
|
|
this.dataForm.oldAddress = data.houseName; |
|
|
this.dataForm.ownerName = data.ownerName; |
|
|
this.dataForm.ownerName = data.ownerName; |
|
|
this.dataForm.oldHouseMergeId = data.id; |
|
|
this.dataForm.oldHomeId = data.id; |
|
|
} else { |
|
|
} else { |
|
|
this.$message.error(msg); |
|
|
this.$message.error(msg); |
|
|
} |
|
|
} |
|
|