mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 15:56:47 +08:00
讲师管理bug
This commit is contained in:
@@ -4576,8 +4576,13 @@ function onFocusEnd(){
|
|||||||
if (res.data.code === 200) {
|
if (res.data.code === 200) {
|
||||||
getTableDate3();
|
getTableDate3();
|
||||||
delete_exit1();
|
delete_exit1();
|
||||||
|
}else{
|
||||||
|
message.error(res.data.msg)
|
||||||
}
|
}
|
||||||
});
|
}).catch(err=>{
|
||||||
|
message.destroy()
|
||||||
|
message.error(err.data.msg)
|
||||||
|
})
|
||||||
} else if (state.offcourseId) {
|
} else if (state.offcourseId) {
|
||||||
handle({
|
handle({
|
||||||
offcourseId: state.offcourseId,
|
offcourseId: state.offcourseId,
|
||||||
|
|||||||
Reference in New Issue
Block a user