Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
yuping
2022-12-04 20:07:53 +08:00
4 changed files with 544 additions and 523 deletions

View File

@@ -649,7 +649,7 @@ export default {
liveName: state.inputV1,
livePlayback: state.switchC1 ? "1" : "0",
livePlaybackLink: state.switchC1 ? state.inputV5 : "",
liveTeacherId: Number(state.memberValue.value),
liveTeacherId: state.memberValue.value,
liveTeacherName: state.memberValue.label,
otherSettings: state.switchC2 ? "1" : "0", //1或0
signOutTime: state.inputV8,
@@ -664,8 +664,9 @@ export default {
console.log(res)
message.destroy();
message.success("提交成功");
await updateTask(res);
closeDrawer();
await updateTask(res);
})
.catch((err) => {
console.log(err)