소스 검색

modify scan building download

haojianlong 5 년 전
부모
커밋
33844df8f3
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/data_admin/buildData/index-2.vue

+ 3 - 3
src/views/data_admin/buildData/index-2.vue

@@ -933,18 +933,18 @@ export default {
       if (!!this.myHotArr[this.tabChecked]) {
         let fileName = ''
         this.buildList.map(item => {
-          if (item.BuildId == this.buildId) {
+          if (item.BuildID == this.buildId) {
             fileName += item.BuildLocalName
           }
         })
         this.floorList.map(item => {
-          if (item.FloorId == this.floorId) {
+          if (item.FloorID == this.floorId) {
             fileName += '-' + item.FloorLocalName
           }
         })
         this.facilityList.map((item, index) => {
           if (index == this.tabChecked) {
-            fileName += '-' + item.Name + item.Total
+            fileName += '-' + item.FamilyName + item.Count
           }
         })
         this.myHotArr[this.tabChecked].getPlugin('exportFile').downloadFile("csv", {