新接口捆绑
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user