Commit a31e1cb1 by xiexiaoqin

fix: create meeting endTime

parent 61bf197e
...@@ -110,7 +110,7 @@ create.Page({ ...@@ -110,7 +110,7 @@ create.Page({
this.$store.data.originUsersId = [] this.$store.data.originUsersId = []
this.$store.data.locationName = '' this.$store.data.locationName = ''
this.$store.data.startTime = this.getTimes() this.$store.data.startTime = this.getTimes()
this.$store.data.endTime = this.getTimes(new Date(this.getTimes()).setMinutes(new Date(this.$store.data.startTime).getMinutes() + 30)) this.$store.data.endTime = this.getTimes(new Date().setMinutes(new Date().getMinutes() + 30))
this.update() this.update()
this.resetRepeatList() this.resetRepeatList()
this.acrossDay(this.$store.data.startTime, this.$store.data.endTime) this.acrossDay(this.$store.data.startTime, this.$store.data.endTime)
......
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