Commit 5b487351 authored by 332784038@qq.com's avatar 332784038@qq.com

弹窗广告的分页参数修正

parent 9947dbb4
......@@ -86,7 +86,7 @@
</el-table-column>
</el-table>
<!-- 分页组件 -->
<pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNo" :limit.sync="queryParams.pageSize"
<pagination v-show="total > 0" :total="total" :page.sync="queryParams.page" :limit.sync="queryParams.rows"
@pagination="getList"/>
<!-- 对话框(添加 / 修改) -->
......@@ -160,6 +160,8 @@ export default {
queryParams: {
pageNo: 1,
pageSize: 10,
page: 1,
rows: 10,
titleZh: null,
titleEn: null,
validateStart: null,
......
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