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