优化关联单据和欠款单据列表
This commit is contained in:
@@ -19,7 +19,8 @@
|
|||||||
:pagination="ipagination"
|
:pagination="ipagination"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange, type: getType}"
|
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange, type: getType}"
|
||||||
:customRow="rowAction">
|
:customRow="rowAction"
|
||||||
|
@change="handleTableChange">
|
||||||
</a-table>
|
</a-table>
|
||||||
<!-- table区域-end -->
|
<!-- table区域-end -->
|
||||||
</a-modal>
|
</a-modal>
|
||||||
|
|||||||
@@ -52,9 +52,11 @@
|
|||||||
rowKey="id"
|
rowKey="id"
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
:dataSource="dataSource"
|
:dataSource="dataSource"
|
||||||
|
:pagination="ipagination"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange, type: getType}"
|
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange, type: getType}"
|
||||||
:customRow="rowAction">
|
:customRow="rowAction"
|
||||||
|
@change="handleTableChange">
|
||||||
</a-table>
|
</a-table>
|
||||||
<!-- table区域-end -->
|
<!-- table区域-end -->
|
||||||
</a-modal>
|
</a-modal>
|
||||||
@@ -155,6 +157,8 @@
|
|||||||
}
|
}
|
||||||
this.model = Object.assign({}, {});
|
this.model = Object.assign({}, {});
|
||||||
this.visible = true;
|
this.visible = true;
|
||||||
|
this.ipagination.pageSize = 100
|
||||||
|
this.ipagination.pageSizeOptions = ['100', '200', '300']
|
||||||
this.loadData(1)
|
this.loadData(1)
|
||||||
},
|
},
|
||||||
close () {
|
close () {
|
||||||
|
|||||||
Reference in New Issue
Block a user