Commit b728ebbe by fengzhaoyu

Merge branch 'dev' into release_beta/1.0.0

parents 5fae4889 a87368f5
...@@ -767,6 +767,8 @@ create.Page({ ...@@ -767,6 +767,8 @@ create.Page({
this.$store.data.indexNeedUpdate = true this.$store.data.indexNeedUpdate = true
this.update() this.update()
this.setData({ this.setData({
aheadTimes: [15],
'comListData.aheadTimesListId': [15],
confirmAttendance: 1 confirmAttendance: 1
}) })
this.conflictPeople() this.conflictPeople()
...@@ -1239,6 +1241,8 @@ create.Page({ ...@@ -1239,6 +1241,8 @@ create.Page({
this.$store.data.indexNeedUpdate = true this.$store.data.indexNeedUpdate = true
this.update() this.update()
this.setData({ this.setData({
aheadTimes: [15],
'comListData.aheadTimesListId': [15],
confirmAttendance: 1 confirmAttendance: 1
}) })
this.conflictPeople() this.conflictPeople()
......
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