Commit cabbd5fa by zhangleyuan

feat:处理任务详情

parent c553fbd8
...@@ -141,7 +141,10 @@ class UserLearningData extends React.Component { ...@@ -141,7 +141,10 @@ class UserLearningData extends React.Component {
storeUserId:User.getStoreUserId() storeUserId:User.getStoreUserId()
} }
PlanService.removePlanCustomer(params).then((res) => { PlanService.removePlanCustomer(params).then((res) => {
this.handleFetchDataList();
message.success('解绑成功'); message.success('解绑成功');
}); });
} }
handleCloseUnbundEmployeeModal = ()=>{ handleCloseUnbundEmployeeModal = ()=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment