mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
直播bug
This commit is contained in:
@@ -532,11 +532,11 @@ export default {
|
||||
await updateTask(res);
|
||||
ctx.emit("changeData", false);
|
||||
closeDrawer();
|
||||
}).catch((e) => {
|
||||
console.log(e)
|
||||
message.destroy();
|
||||
message.error(`添加失败`);
|
||||
});
|
||||
}).catch((e) => {
|
||||
console.log(e)
|
||||
message.destroy();
|
||||
message.error(`添加失败`);
|
||||
});
|
||||
|
||||
}
|
||||
};
|
||||
@@ -551,6 +551,7 @@ export default {
|
||||
chapterId: props.isactive,
|
||||
courseId: res.data.data.offcoursePlanId,
|
||||
name: res.data.data.name,
|
||||
duration: res.data.data.duration,
|
||||
routerId: props.routerId,
|
||||
routerTaskId: props.routerTaskId || 0,
|
||||
type: 2,
|
||||
|
||||
Reference in New Issue
Block a user