|
@@ -324,7 +324,7 @@ export default {
|
|
|
degreeQueryPage(params).then((res) => {
|
|
|
let result = res.data;
|
|
|
if (res.code == 200) {
|
|
|
- this.totalNumber = result.total;
|
|
|
+ this.totalNumber = result.applyNum;
|
|
|
this.totalAmount = result.totalAmount;
|
|
|
this.tableList = result.rows;
|
|
|
this.pageInfo.total = result.total;
|