|
@@ -348,6 +348,7 @@ export default {
|
|
|
if (value.length != 0) {
|
|
|
this.$http.get('/czc-community/assets/house/find/' + value[value.length - 1]).then(({ status, data, msg }) => {
|
|
|
if (status == 0) {
|
|
|
+ debugger
|
|
|
this.formData.residentId = data.residentId;
|
|
|
this.rentSaleType = data.salesType == 1 ? '可租可售' : data.salesType == 2 ? '只租' : data.salesType == 3 ? '只售' : '-';
|
|
|
this.houseType = data.buildingType == 1 ? '住宅' : data.buildingType == 2 ? '商用' : '-';
|