修试审核状态
This commit is contained in:
parent
ad05b5389d
commit
353247efb2
|
|
@ -339,6 +339,7 @@ export default {
|
||||||
pageSize: this.queryParams.pageSize,
|
pageSize: this.queryParams.pageSize,
|
||||||
pageNum: this.queryParams.pageNum,
|
pageNum: this.queryParams.pageNum,
|
||||||
taskStatus: this.queryParams.taskStatus,
|
taskStatus: this.queryParams.taskStatus,
|
||||||
|
taskType:5,
|
||||||
};
|
};
|
||||||
getListTestExamineApply(this.addDateRange(params)).then((response) => {
|
getListTestExamineApply(this.addDateRange(params)).then((response) => {
|
||||||
this.typeList = response.rows;
|
this.typeList = response.rows;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue