release
赵鹏 2 years ago
parent 661eb409f2
commit 6881efc12e

@ -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();

@ -95,7 +95,7 @@ function Paid(){
<Title level={3}></Title>
<Row>
<Col md={24} lg={24} xxl={24}>
<Table bordered pagination={{ defaultPageSize: 20, showTotal: showTotal }} columns={invoicePaidColumns} dataSource={toJS(invoicePaid)} />
<Table bordered columns={invoicePaidColumns} dataSource={toJS(invoicePaid)} />
</Col>
</Row>
</Space>

Loading…
Cancel
Save