shi'sen'yuan hace 3 años
padre
commit
4ad779a1a3
Se han modificado 1 ficheros con 1 adiciones y 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;
       });
     },