直播bug

This commit is contained in:
zhangyc
2022-12-01 02:40:47 +08:00
parent b60ac2a000
commit a7eb3ccf66
3 changed files with 23 additions and 23 deletions

View File

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