|
|
@@ -166,7 +166,7 @@ export default {
|
|
|
this.$router.back();
|
|
|
},
|
|
|
getTeacList() {
|
|
|
- homeApi.getTeacList({ type_id: this.smallNav[this.smallNavIndex].value }).then(res => {
|
|
|
+ homeApi.getTeacList({ type_id: this.smallNav[this.smallNavIndex].value, page: this.page }).then(res => {
|
|
|
if (res.code == 200) {
|
|
|
this.total = res.data.total;
|
|
|
if (this.list.length >= res.data.total) {
|