|
@@ -182,7 +182,7 @@
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
label="申请住房户型"
|
|
label="申请住房户型"
|
|
|
align="center"
|
|
align="center"
|
|
|
- prop="houseType"
|
|
|
|
|
|
|
+ prop="type"
|
|
|
width="150"
|
|
width="150"
|
|
|
/>
|
|
/>
|
|
|
<el-table-column
|
|
<el-table-column
|
|
@@ -976,9 +976,9 @@ export default {
|
|
|
const id = row.id || this.ids;
|
|
const id = row.id || this.ids;
|
|
|
getFlats(id).then((response) => {
|
|
getFlats(id).then((response) => {
|
|
|
this.form = response.data;
|
|
this.form = response.data;
|
|
|
|
|
+ this.getZhuChi(this.form.unitId);
|
|
|
// this.form.name=this.form.peopleName
|
|
// this.form.name=this.form.peopleName
|
|
|
- // console.log(this.form)
|
|
|
|
|
- this.form.peopleId = this.form.peopleName;
|
|
|
|
|
|
|
+ // this.form.peopleId = this.form.peopleName;
|
|
|
// this.executor.forEach
|
|
// this.executor.forEach
|
|
|
this.ziDian1.forEach((item) => {
|
|
this.ziDian1.forEach((item) => {
|
|
|
if (item.dictSort == this.form.rankId) {
|
|
if (item.dictSort == this.form.rankId) {
|