dai 3 years ago
parent
commit
bafceb2804
  1. 3
      src/views/components/resiChangeTransfer.vue

3
src/views/components/resiChangeTransfer.vue

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

Loading…
Cancel
Save