shi'sen'yuan 3 жил өмнө
parent
commit
4ad779a1a3

+ 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;
       });
     },