|
@@ -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
|