fix(接口测试): 修复场景引用api的数量不对的缺陷

--bug=1010198 --user=王孝刚 场景引用api的数量不对
https://www.tapd.cn/55049933/s/1103302
This commit is contained in:
wxg0103 2022-02-11 18:48:08 +08:00 committed by fit2-zhao
parent ab97110fa1
commit 856faef781
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ export default {
} else {
this.condition.protocol = "HTTP";
}
this.condition.filters = {status: ["Prepare", "Underway", "Completed"]};
let url = '/api/definition/list/';
if (this.isTestPlan) {
url = '/api/definition/list/relevance/';