|
@@ -53,6 +53,7 @@ export default {
|
|
|
imgUrl:"-"
|
|
|
}
|
|
|
],
|
|
|
+ total:0
|
|
|
};
|
|
|
},
|
|
|
onPullDownRefresh() {
|
|
@@ -92,6 +93,7 @@ export default {
|
|
|
getList(type) {
|
|
|
this.loading = true;
|
|
|
getList().then(response => {
|
|
|
+ this.total = response.total
|
|
|
if (this.queryParams.pageNum === 1) {
|
|
|
this.list = response.rows;
|
|
|
} else {
|