diff --git a/src/views/school/student/index.vue b/src/views/school/student/index.vue index 3db5243..298ad92 100644 --- a/src/views/school/student/index.vue +++ b/src/views/school/student/index.vue @@ -146,6 +146,7 @@ const load = () =>{ } }).then(res =>{ data.tableData = res.data; + }) } load();