新接口捆绑

This commit is contained in:
庞东林
2021-12-14 15:16:39 +08:00
parent c36a162d33
commit ada1fb7749
2 changed files with 8 additions and 5 deletions

View File

@@ -19,10 +19,10 @@
row-key="drinkingWaterId"
:datasource="datasource"
:columns="columns"
:total="count"
:where="where"
:scroll="{ x: 'max-content' }"
@done="(d) => (data = d.data)"
@change="handleTableChange"
>
<template #footer>
<div class="footer">
@@ -124,7 +124,9 @@ export default {
// this.loadOptionData();
},
methods: {
handleTableChange(page){
console.log(page)
},
// 获取列表数据
getPageData(){
this.loading = true;