diff --git a/src/views/school/student/index.vue b/src/views/school/student/index.vue index 0e3b465..f41d4ae 100644 --- a/src/views/school/student/index.vue +++ b/src/views/school/student/index.vue @@ -141,6 +141,10 @@ const handleAvatarSuccess = (res) => { data.form.avatar = res.data; }; +request.post('/cls/selectAll', {}).then((res) => { + data.clsList = res.data; +}); + const formRef = ref(); const load = () => { request