新增:影响域分析录入和修复editor问题
This commit is contained in:
@@ -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 }
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user