diff --git a/src/pages/payment-receipt/index.vue b/src/pages/payment-receipt/index.vue index c497526..37def07 100644 --- a/src/pages/payment-receipt/index.vue +++ b/src/pages/payment-receipt/index.vue @@ -210,7 +210,7 @@ import smapi from "@/services/systemManage"; mediatorId:'',//区域id current:1, size:10, - status:'OK', + status:2, }, usageOption: ['今日','昨日', '近一周', '近一月', '近半年', '近一年'], @@ -284,6 +284,7 @@ import smapi from "@/services/systemManage"; getCaseInfoList(val){ this.queryParam.current = val this.queryParam.startTime = this.queryParam.beginTime + this.queryParam.status = 2 api.gettraceProof_page(this.queryParam).then(res => { if (!res.code) { this.tableData = res.records;