소스 검색

Merge branch 'hw' of http://121.41.102.225:8099/Nidong/jiufang

Andy 3 년 전
부모
커밋
de7066d729
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/leadMatch/roomList/edit.vue

+ 1 - 1
src/views/leadMatch/roomList/edit.vue

@@ -219,7 +219,7 @@ export default {
         };
                   this.tableData=res.data.data;
                 for(let i in this.tableData[0]){
-                 if(i.charAt(0) == 'W'){
+                 if(i!== 'state'&&i!=='region'&&i!=='unit'&&i!=='number'&&i!=='layer'&&i!=='house'){
                       obj.title = i;
                       obj.key = i;
                       this.add_tableColumns.push(JSON.parse(JSON.stringify(obj)))