fix(用例管理): 修复功能用例取消关联用例失败问题
--bug=1038711 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001038711
This commit is contained in:
parent
5a377957ff
commit
8ff41a2af2
|
@ -270,7 +270,7 @@
|
|||
async function cancelLink(record: any) {
|
||||
try {
|
||||
await cancelAssociatedCase({
|
||||
selectIds: [record.sourceId],
|
||||
selectIds: [record.id],
|
||||
caseId: props.caseId,
|
||||
sourceType: record.sourceType,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue