fix: 接口测试-首页-接口数量统计-未开始/已完成/进行中跳转错误

解决接口测试-首页-接口数量统计-未开始/已完成/进行中跳转错误的问题
This commit is contained in:
song.tianyang 2021-01-25 14:51:57 +08:00
parent a71f75967d
commit 0b8651b1d8
1 changed files with 9 additions and 0 deletions

View File

@ -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 => {