47 пре 4 месеци
родитељ
комит
d19c7bc5e9
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      src/views/system/studentSelection/studentSelectionProject/index.vue

+ 4 - 2
src/views/system/studentSelection/studentSelectionProject/index.vue

@@ -263,6 +263,8 @@ import { ref } from 'vue'
 import { getUserProfile, ProfileVO } from '@/api/system/user/profile'
 import { getPopData, updateIsPop,PopDo } from '@/api/system/user/pop'
 import openCampusSupervisorForm from './openCampusSupervisorForm.vue'
+import { supervisorSelectionSettingApi, supervisorSelectionSettingVO } from '@/api/system/supervisorSelectionSetting'
+import teacherRequireForm from '@/views/system/userDetail/teacher.vue'
 
 /** 师生互选项目 列表 */
 defineOptions({ name: 'StudentSelectionProject' })
@@ -430,8 +432,8 @@ const getPopDataFunction = async () => {
 }
 
 const teacherRequireFormRef = ref()
-const openTeacherRequireForm = ( supervisorId?: number, userType?: string) => {
-  teacherRequireFormRef.value.open("update",supervisorId,userType)
+const openTeacherRequireForm = (type: string, supervisorId?: number, userType?: string) => {
+  teacherRequireFormRef.value.open(type,supervisorId,userType)
 }
 
 /** 初始化 **/