luobang 2 年之前
父节点
当前提交
e067eec912
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/views/statisticalReport/components/salesLogisticsStatistics/saleSteelReports.vue

+ 0 - 3
src/views/statisticalReport/components/salesLogisticsStatistics/saleSteelReports.vue

@@ -3843,9 +3843,7 @@ export default {
           console.log(this.maxHeight, 'this.maxHeight')
           this.maxHeight = window.innerHeight - 130
           console.log(this.maxHeight, 'this.maxHeight')
-          this.steelMap = {}
           loading.close()
-          console.log(this.visibleList)
         })
     },
     //重新获取表格数据
@@ -3933,7 +3931,6 @@ export default {
         )
         .then(res => {
           this.tableData = res.data.data
-          this.steelMap = {}
           this.totalHeight += this.itemHeight
           this.visibleList = []
           this.maxHeight = window.innerHeight - 130