feat:添加beforeDestroy生命周期,解绑bus.$on 以及。on事件

This commit is contained in:
zhangyu
2020-11-20 11:19:25 +08:00
parent 8fb4540ab5
commit c3ac72e483
30 changed files with 99 additions and 173 deletions

View File

@@ -686,6 +686,9 @@
this.dropCol = localStorage.getItem("nz-tableTitle-" + localStorage.getItem("nz-username") + "-/alertList")
? JSON.parse(localStorage.getItem("nz-tableTitle-" + localStorage.getItem("nz-username") + "-/alertList"))
: this.tableTitle;
},
beforeDestroy(){
}
}
</script>