Hwt vor 2 Jahren
Ursprung
Commit
a5c3782931

+ 2 - 1
operationSupport/src/views/newWorkBench/components/pendingComplaints.vue

@@ -19,7 +19,7 @@
         >
           <div class="listInformation_text">
             <div>住户姓名:{{ item.userName }}</div>
-            <div v-if="item.roomNumber">房产地址:{{ item.communityName + '-' + item.roomNumber }}</div>
+            <div v-if="item.roomNumber">房产地址:{{ item.communityName + '-' +item.buildingName+'-'+ item.roomNumber }}</div>
             <div v-else>房产地址:{{ item.communityName + '-' + item.buildingName}}</div>
           </div>
           <div class="listInformation_text">
@@ -70,6 +70,7 @@ export default {
         .post('/czc-community/feedback/page', this.mixins_query)
         .then(({ status, data, msg }) => {
           if (status == 0) {
+            debugger
             this.datas = data.list;
           }
         })