fix:回收关于表格的缓存以及回到顶部按钮不显示的问题

This commit is contained in:
zhangyu
2020-11-20 16:55:21 +08:00
parent 1534c423b1
commit 3fbddf470e
13 changed files with 40 additions and 8 deletions

View File

@@ -686,6 +686,7 @@
this.dropCol = localStorage.getItem("nz-tableTitle-" + localStorage.getItem("nz-username") + "-/alertList")
? JSON.parse(localStorage.getItem("nz-tableTitle-" + localStorage.getItem("nz-username") + "-/alertList"))
: this.tableTitle;
this.$refs['alertMessageTable'].bottomBox.mainResizeShow=false;
},
beforeDestroy(){