fix: 接口测试-首页-接口数量统计-未开始/已完成/进行中跳转错误
解决接口测试-首页-接口数量统计-未开始/已完成/进行中跳转错误的问题
This commit is contained in:
parent
a71f75967d
commit
0b8651b1d8
|
@ -317,6 +317,15 @@
|
|||
case 'coverage':
|
||||
this.condition.apiCaseCoverage = 'coverage';
|
||||
break;
|
||||
case 'Prepare':
|
||||
this.condition.filters.status = [this.selectDataRange];
|
||||
break;
|
||||
case 'Completed':
|
||||
this.condition.filters.status = [this.selectDataRange];
|
||||
break;
|
||||
case 'Underway':
|
||||
this.condition.filters.status = [this.selectDataRange];
|
||||
break;
|
||||
}
|
||||
if (this.condition.projectId) {
|
||||
this.result = this.$post("/api/definition/list/" + this.currentPage + "/" + this.pageSize, this.condition, response => {
|
||||
|
|
Loading…
Reference in New Issue