fix:处理因为改变addEventLister方法造成的报错问题
This commit is contained in:
@@ -685,7 +685,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;
|
||||
// this.$refs['alertMessageTable'].bottomBox.mainResizeShow=false;
|
||||
},
|
||||
beforeDestroy(){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user