Bug 解决

This commit is contained in:
gengxin
2025-02-24 09:33:58 +08:00
parent 80cca534c3
commit 3814df00f6

View File

@@ -87,6 +87,8 @@ const getOutTeacher = () => {
userList.value = res.data.data.records; userList.value = res.data.data.records;
loading.value = false; loading.value = false;
} }
}).catch(error=>{
console.log("ProjectManagerOutTeacher getTeacherList error ",error);
}); });
}; };
const options = computed(() => const options = computed(() =>