mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 20:36:45 +08:00
案例作业直播bug
This commit is contained in:
@@ -386,7 +386,7 @@ export default {
|
||||
}
|
||||
|
||||
let obj = {
|
||||
voteId: props.edit?state.EditVoteId : 0,
|
||||
voteId: props.edit?props.EditVoteId : 0,
|
||||
voteName: state.inputV1,
|
||||
voteStartTime: dayjs(state.time[0]).format("YYYY-MM-DD"),
|
||||
voteEndTime: dayjs(state.time[1]).format("YYYY-MM-DD"),
|
||||
|
||||
Reference in New Issue
Block a user