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(){ - +