浏览代码

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", {