讲师管理bug

This commit is contained in:
zhangsir
2024-12-14 17:20:06 +08:00
parent 55c24edd79
commit c51308a2a4

View File

@@ -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,