src/views/land/cs.vue
@@ -181,6 +181,9 @@ }) }, onLoad (page, params = {}) { if(typeof(page) == "undefined" ){ page = this.page } getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { const data = res.data.data this.page.total = data.total