fix:修复删除二级页面alertmessage,主页面不刷新的问题
This commit is contained in:
@@ -514,6 +514,9 @@
|
||||
bus.$on("dc-list-change", () => {
|
||||
this.getTableData();
|
||||
});
|
||||
bus.$on('alert-message-change',()=>{
|
||||
this.getTableData();
|
||||
})
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user