|
@@ -488,8 +488,9 @@
|
|
|
|
|
|
this.queryParams.current = params.current ? params.current : this.queryParams.current
|
|
|
this.queryParams.size = params.size ? params.size : this.queryParams.size
|
|
|
- // 查询必须参数-新增外部:orderstatus = 1 and source = 2
|
|
|
+ // 查询必须参数-新增外部:orderstatus = 1 and source = 2 and auditStatus = 1
|
|
|
this.queryParams.model.orderStatus = '1'
|
|
|
+ this.queryParams.model.auditStatus = '1'
|
|
|
this.queryParams.model.source = '2'
|
|
|
orderMgrApi.page(this.queryParams).then(response => {
|
|
|
const res = response.data
|