fix(用例管理): 修复功能用例取消关联用例失败问题

--bug=1038711 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001038711
This commit is contained in:
guoyuqi 2024-04-08 15:31:50 +08:00 committed by 刘瑞斌
parent 5a377957ff
commit 8ff41a2af2
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@
async function cancelLink(record: any) {
try {
await cancelAssociatedCase({
selectIds: [record.sourceId],
selectIds: [record.id],
caseId: props.caseId,
sourceType: record.sourceType,
});