fix(接口定义): 修复接口定义取消关联前后置依赖未及时更新状态的缺陷

--bug=1018098 --user=王孝刚 [接口测试]接口定义-取消关联前后置依赖时未实时更新状态
https://www.tapd.cn/55049933/s/1265565
This commit is contained in:
wxg0103 2022-10-18 11:02:51 +08:00 committed by f2c-ci-robot[bot]
parent ea61f658be
commit 72d6345161
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ export default {
this.$refs.testCaseRelationshipList.openRelevance();
},
handleDelete(sourceId, targetId) {
deleteRelationshipEdge(sourceId, targetId, () => {
deleteRelationshipEdge(sourceId, targetId).then(() => {
this.getTableData();
this.$success(this.$t('commons.delete_success'));
});