mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 00:06:47 +08:00
Bug 解决
This commit is contained in:
@@ -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(() =>
|
||||||
|
|||||||
Reference in New Issue
Block a user