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:
@@ -3958,13 +3958,18 @@ function onFocusEnd(){
|
||||
// }
|
||||
state.addLoading = true;
|
||||
editPlan(postData)
|
||||
.then(() => {
|
||||
getTableDate3();
|
||||
handleCancelStu();
|
||||
rest();
|
||||
.then((res) => {
|
||||
if(res.data.code == 200){
|
||||
getTableDate3();
|
||||
handleCancelStu();
|
||||
rest();
|
||||
}else{
|
||||
message.error(res.data.msg)
|
||||
}
|
||||
state.addLoading = false;
|
||||
})
|
||||
.catch((err) => {
|
||||
message.error(err.data.msg)
|
||||
state.loading = false;
|
||||
console.log(err);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user