fix:修复删除二级页面alertmessage,主页面不刷新的问题
This commit is contained in:
@@ -700,9 +700,13 @@
|
||||
}else{
|
||||
this.pageObj[column] = content;
|
||||
}
|
||||
let isSame = this.checkSearchLabel(JSON.parse(JSON.stringify(this.pageObj)), oldPageObj);
|
||||
isSame && this.getTableData();
|
||||
// let isSame = this.checkSearchLabel(JSON.parse(JSON.stringify(this.pageObj)), oldPageObj);
|
||||
// isSame && this.getTableData();
|
||||
this.getTableData();
|
||||
});
|
||||
bus.$on('alert-message-change',()=>{
|
||||
this.getTableData()
|
||||
})
|
||||
},
|
||||
dispatchEvent(event,param){
|
||||
this.$nextTick(()=>{
|
||||
|
||||
Reference in New Issue
Block a user