fix:将展开收起按钮 抽至header组件内 ,解决 termail 拖动蒙层显示不全的问题
This commit is contained in:
@@ -243,7 +243,6 @@ export default {
|
||||
if (localStorageTableTitle && (localStorageTableTitle.length > this.$refs.dataTable.tableTitle.length)) {
|
||||
const arr = localStorageTableTitle.splice(this.$refs.dataTable.tableTitle.length,localStorageTableTitle.length)
|
||||
this.tools.customTableTitle = this.tools.customTableTitle.concat(arr)
|
||||
console.log(this.tools.customTableTitle)
|
||||
}
|
||||
if (!this.fromBottom) {
|
||||
this.getTableData()
|
||||
|
||||
Reference in New Issue
Block a user