新增:影响域分析录入和修复editor问题

This commit is contained in:
2026-02-07 17:27:17 +08:00
parent 98835a3225
commit 619d5ea652
17 changed files with 770 additions and 296 deletions

View File

@@ -142,5 +142,16 @@ export default {
method: "post",
data
})
},
/**
* 请求上一轮次级联选择器的cases数据
* @returns
*/
getRelatedCases(id, round_key) {
return request({
url: "/project/case/getRelatedCase",
method: "get",
params: { id, round_key }
})
}
}