From cdf39a40e7f7635ec1919fe7c3d72ea2af07f16b Mon Sep 17 00:00:00 2001 From: liuxi <357439530@qq.com> Date: Thu, 20 Mar 2025 14:30:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=98=E6=AC=BE=E5=87=AD?= =?UTF-8?q?=E8=AF=81bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/payment-receipt/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;