tml hace 5 meses
padre
commit
31542d970e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      nngkxxdp/src/main/resources/static/naxsb/floorone.html

+ 2 - 2
nngkxxdp/src/main/resources/static/naxsb/floorone.html

@@ -469,7 +469,7 @@
                         <div class="zwsj" v-if="!this.rzbmList||!this.rzbmList.length">暂无数据</div>
                         <ul class="sxqd" style="overflow-y: scroll;">
                             <li v-for="(item,index) in rzbmList">
-                                <span>{{item.mattersName}}</span>
+                                <span>{{item.deptName}}</span>
                             </li>
                         </ul>
                     </el-tab-pane>
@@ -905,6 +905,7 @@
                     dataType: "json",
                     success: function (data) {
                         var value = data.data;
+                        console.log(value)
                         that.nowDiv.btnName = value.handleBusiness.handleName;
                         that.nowDiv.rzbmList = value.handleDepts;
                     }
@@ -913,7 +914,6 @@
             } else if (id && id == 12) {
                 that.nowDiv.popupType = 1;
                 that.nowDiv.btnName = '政务公开专区';
-                that.nowDiv.rzbmList = [];
             } else {
                 $('.search').css('display', 'flex')
                 $('#tab-rzbm').css('display', 'inline-block')