mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 23:36:46 +08:00
Bug 解决
This commit is contained in:
@@ -87,6 +87,8 @@ const getOutTeacher = () => {
|
||||
userList.value = res.data.data.records;
|
||||
loading.value = false;
|
||||
}
|
||||
}).catch(error=>{
|
||||
console.log("ProjectManagerOutTeacher getTeacherList error ",error);
|
||||
});
|
||||
};
|
||||
const options = computed(() =>
|
||||
|
||||
Reference in New Issue
Block a user