From 880861801de5df06562fbb4a93ad2e10a4169fef Mon Sep 17 00:00:00 2001 From: Asriya <16065048+asriya@user.noreply.gitee.com> Date: Fri, 8 Aug 2025 09:04:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8F=AD=E7=BA=A7=E7=9A=84=E6=9F=A5=E6=89=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/school/student/index.vue | 1 + 1 file changed, 1 insertion(+) 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();