|
@@ -1034,7 +1034,7 @@
|
|
|
this.queryParams.size = params.size ? params.size : this.queryParams.size
|
|
|
// 查询必须参数:进行中(当审核完成的时候,同时设置orderstaut=2)
|
|
|
// this.queryParams.model.planStatus = '2'
|
|
|
- this.queryParams.model.orderStatus = '2'
|
|
|
+ this.queryParams.model.mulPlanStatus = '1,2'
|
|
|
planMgrApi.page(this.queryParams).then(response => {
|
|
|
const res = response.data
|
|
|
if (res.isSuccess) {
|