fix(接口测试): 修复场景引用api的数量不对的缺陷
--bug=1010198 --user=王孝刚 场景引用api的数量不对 https://www.tapd.cn/55049933/s/1103302
This commit is contained in:
parent
ab97110fa1
commit
856faef781
|
@ -146,7 +146,7 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
this.condition.protocol = "HTTP";
|
this.condition.protocol = "HTTP";
|
||||||
}
|
}
|
||||||
|
this.condition.filters = {status: ["Prepare", "Underway", "Completed"]};
|
||||||
let url = '/api/definition/list/';
|
let url = '/api/definition/list/';
|
||||||
if (this.isTestPlan) {
|
if (this.isTestPlan) {
|
||||||
url = '/api/definition/list/relevance/';
|
url = '/api/definition/list/relevance/';
|
||||||
|
|
Loading…
Reference in New Issue