@@ -61,7 +61,7 @@
</el-table-column>
</el-table>
<!-- 分页 -->
- <pagination v-show="pageTotal>0" :total="pageTotal" :page.sync="page" :limit.sync="rows" @pagination="getList" />
+ <pagination v-show="pageTotal>0" :total="pageTotal" :page.sync="page" :limit.sync="rows" @pagination="getPageList" />
<!-- 新增/编辑 -->
<Edit
v-if="editShow"
@@ -108,7 +108,7 @@
:total="pageTotal"
:page.sync="page"
:limit.sync="rows"
- @pagination="getList"
+ @pagination="getPageList"
/>
@@ -49,7 +49,7 @@
@@ -80,7 +80,7 @@ export default {
}
},
created() {
- this.getList()
+ this.getPageList()
mounted() {