fix:修复删除二级页面alertmessage,主页面不刷新的问题

This commit is contained in:
wangwenrui
2020-11-17 17:14:12 +08:00
parent 799b4a1bdd
commit 55962bf008
6 changed files with 18 additions and 4 deletions

View File

@@ -514,6 +514,9 @@
bus.$on("dc-list-change", () => {
this.getTableData();
});
bus.$on('alert-message-change',()=>{
this.getTableData();
})
}
},
watch: {