mirror of https://github.com/halo-dev/halo-admin
Fix pagination page size change unresponse bug
parent
8976f69415
commit
36115936ff
|
@ -68,6 +68,7 @@
|
|||
:pageSizeOptions="['18', '36', '54']"
|
||||
showSizeChanger
|
||||
@change="handlePaginationChange"
|
||||
@showSizeChange="handlePaginationChange"
|
||||
/>
|
||||
</a-row>
|
||||
<a-modal title="上传附件" v-model="uploadVisible" :footer="null">
|
||||
|
|
Loading…
Reference in New Issue