@@ -219,6 +219,9 @@
userVisible: false,
sheBao: '',
gongJiJin: '',
+ ipagination:{
+ pageSizeOptions: ["10", "20", "30", "300"]
+ },
columns: [
/*{
title: '#',
@@ -63,6 +63,9 @@
description: '用户信息',
cardLoading: true,
positionInfo: {},
// {
// title: '#',
@@ -168,6 +171,7 @@
if (res.success) {
this.dataSource = res.result.records
this.ipagination.total = res.result.total
+ debugger
}
}).finally(() => {
this.loading = false