Commit 091ce886 by liang ce

修改可用会议室时间问题

parent 2981bc71
...@@ -250,7 +250,7 @@ create.Page({ ...@@ -250,7 +250,7 @@ create.Page({
break; break;
case 'place': case 'place':
this.store.data.startTime = this.data.time1 this.store.data.startTime = this.data.time1
this.store.data.startTime = this.data.time2 this.store.data.endTime = this.data.time2
this.update() this.update()
dd.navigateTo({ url: './../place/place' }) dd.navigateTo({ url: './../place/place' })
break; break;
...@@ -436,6 +436,8 @@ create.Page({ ...@@ -436,6 +436,8 @@ create.Page({
this.store.data.participatorList = participatorList this.store.data.participatorList = participatorList
this.store.data.remark = res.data.data.remark || '' this.store.data.remark = res.data.data.remark || ''
this.store.data.recurrenceModel = res.data.data.recurrenceModel || { model: 'no-repeat' } this.store.data.recurrenceModel = res.data.data.recurrenceModel || { model: 'no-repeat' }
this.store.data.startTime = res.data.data.startTime
this.store.data.endTime = res.data.data.endTime
this.setData({ this.setData({
isRepeat: res.data.data.repeatable, isRepeat: res.data.data.repeatable,
organizer: res.data.data.organizer, organizer: res.data.data.organizer,
......
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