Commit 6d85036c by fengzhaoyu

1

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