From a5c61de2e14f4dae20e993dc0b5fb0c0890eb4c9 Mon Sep 17 00:00:00 2001 From: yangqingyuan Date: Sun, 15 Sep 2024 18:30:50 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E7=BB=AD=E8=B4=B9=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=BF=87=E6=BB=A4=E5=B7=B2=E6=94=AF=E4=BB=98=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/yunxinwei/xufei/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/yunxinwei/xufei/index.vue b/src/views/yunxinwei/xufei/index.vue index 0fbf0d3..da8af14 100644 --- a/src/views/yunxinwei/xufei/index.vue +++ b/src/views/yunxinwei/xufei/index.vue @@ -193,12 +193,14 @@ } where.tenantId = localStorage.getItem('tenantId'); where.isRenew = 0; + where.payStatus=20; console.log('isRenew'); return pageOrderPay({ ...where, ...orders, page, - limit + limit, + payStatus: 20, }); };