shi'sen'yuan %!s(int64=3) %!d(string=hai) anos
pai
achega
4ad779a1a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ui/src/views/training/training/index.vue

+ 1 - 1
ui/src/views/training/training/index.vue

@@ -814,7 +814,7 @@ export default {
           }
           _this.trainingList[key].trainer = parentName;
         })
-        this.total = response.total;
+        this.total = response.rows.length;
         this.loading = false;
       });
     },