fix:修复asset列表变更后,左侧菜单不刷新的问题
This commit is contained in:
@@ -454,6 +454,7 @@
|
||||
if (response.code === 200) {
|
||||
this.$message({duration: 2000, type: 'success', message: this.$t("tip.deleteSuccess")});
|
||||
this.getTableData();
|
||||
bus.$emit('asset-list-change')
|
||||
} else {
|
||||
this.$message.error(response.msg);
|
||||
}
|
||||
@@ -485,6 +486,7 @@
|
||||
this.rightBox.show = false;
|
||||
if (refresh) {
|
||||
this.getTableData();
|
||||
bus.$emit('asset-list-change')
|
||||
}
|
||||
},
|
||||
pageNo(val) {
|
||||
|
||||
Reference in New Issue
Block a user