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