Xiao_123 2 달 전
부모
커밋
4b146be2ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/recruit/teacher/studentList/index.vue

+ 1 - 1
src/views/recruit/teacher/studentList/index.vue

@@ -123,7 +123,7 @@ const getYuanXiItem = async () => {
     getData()
   }
 }
-getSchoolDepartmentItemItem()
+getYuanXiItem()
 
 const studentDetails = (id) => {
   if (id) window.open(`/recruit/teacher/studentList/detail/${id}`)