NEZ-2787 fix:Project 删除后,右侧 topo 未刷新

This commit is contained in:
zhangyu
2023-04-19 17:32:37 +08:00
parent be1406caf6
commit c1120da417
4 changed files with 24 additions and 5 deletions

View File

@@ -51,7 +51,8 @@ export default {
},
provide () {
return {
getTableData: this.getTableData
getTableData: this.getTableData,
delCallBack: this.delCallBack
}
},
methods: {