Commit 4284eab3 authored by Zhang Xiaojie's avatar Zhang Xiaojie

fix:banner

parent f1e76057
......@@ -114,6 +114,7 @@
class="text-right mt-4"
:current="current"
:total="total"
:pageSize="PAGE_SIZE"
@change="handlePaginationChange"
></a-pagination>
<!-- 操作Modal -->
......@@ -207,6 +208,7 @@ export default Vue.extend({
{ required: true, message: '请上传文件', trigger: 'change' },
],
},
PAGE_SIZE,
showViewer: false,
url: '',
list,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment