Explorar o código

Merge branch '0601Action' into test

lex-xin %!s(int64=3) %!d(string=hai) anos
pai
achega
e702f997fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/levelManager/levelManager.vue

+ 1 - 1
src/views/levelManager/levelManager.vue

@@ -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;