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