From 6881efc12e13b2f194e3707a4d0db5a1e44d495b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Thu, 15 Jun 2023 17:26:33 +0800 Subject: [PATCH] fix --- src/stores/Invoice.js | 3 --- src/views/invoice/Paid.jsx | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/stores/Invoice.js b/src/stores/Invoice.js index 08ceea9..f756b73 100644 --- a/src/stores/Invoice.js +++ b/src/stores/Invoice.js @@ -259,9 +259,6 @@ class Invoice { .append("GroupNo", GroupNo) .append("DateStart", DateStart) .append("DateEnd", DateEnd) - .append("TotalNum", 0) - .append("PageSize", 2000) - .append("PageIndex", 1) .append("token",this.root.authStore.login.token) .build(); diff --git a/src/views/invoice/Paid.jsx b/src/views/invoice/Paid.jsx index 2b7f0b3..e37af6b 100644 --- a/src/views/invoice/Paid.jsx +++ b/src/views/invoice/Paid.jsx @@ -95,7 +95,7 @@ function Paid(){ - +