fix:回收关于表格的缓存以及回到顶部按钮不显示的问题
This commit is contained in:
@@ -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(){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user