shi'sen'yuan 3 năm trước cách đây
mục cha
commit
4ad779a1a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
       });
     },