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