Ver código fonte

更改公寓住房申请

sunyanqiang 3 anos atrás
pai
commit
b75256d9d2
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      src/views/barracksManagement/flats/index.vue

+ 3 - 3
src/views/barracksManagement/flats/index.vue

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