@@ -87,6 +87,7 @@ export default {
this.loading = true;
listUnMark(this.queryParams).then(response => {
this.listData = response.rows;
+ this.total = response.total;
this.loading = false;
});
},
@@ -97,6 +97,7 @@ export default {
listUnVerify(this.queryParams).then(response => {