fix(接口定义): 修复接口定义取消关联前后置依赖未及时更新状态的缺陷
--bug=1018098 --user=王孝刚 [接口测试]接口定义-取消关联前后置依赖时未实时更新状态 https://www.tapd.cn/55049933/s/1265565
This commit is contained in:
parent
ea61f658be
commit
72d6345161
|
@ -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'));
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue