Commit 6d85036c by fengzhaoyu

1

parents 9d17f290 486c16a5
...@@ -222,9 +222,8 @@ create.Page({ ...@@ -222,9 +222,8 @@ create.Page({
// 保存 // 保存
saveCreate() { saveCreate() {
if (!!this.data.scheduleItem) { if (!!this.data.scheduleItem) {
if (this.store.data.isMeetingNeverStop) { if (this.store.data.recurrenceModel.forever == '1') {
this.store.data.recurrenceModel.terminateTime = this.getTwoYearToday(); this.store.data.recurrenceModel.terminateTime = this.getTwoYearToday();
this.store.data.recurrenceModel.forever = '1';
this.update() this.update()
} }
console.log(1111111) console.log(1111111)
......
...@@ -13,8 +13,7 @@ class Store { ...@@ -13,8 +13,7 @@ class Store {
editList: [{ icon: 'icondingwei', text: '地点' }, { icon: 'iconhuiqiantixing', text: '提醒' }, { icon: 'iconchongfu', text: '重复' }, { icon: 'icondidianmiaoshu', text: '描述' }, { icon: 'iconshanchu', text: '删除' }], editList: [{ icon: 'icondingwei', text: '地点' }, { icon: 'iconhuiqiantixing', text: '提醒' }, { icon: 'iconchongfu', text: '重复' }, { icon: 'icondidianmiaoshu', text: '描述' }, { icon: 'iconshanchu', text: '删除' }],
remark: '', // 会议描述 remark: '', // 会议描述
aheadTimes: [], aheadTimes: [],
requireUserList: [], requireUserList: []
isMeetingNeverStop: true
} }
} }
......
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