Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
schedule
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fengzhaoyu
schedule
Commits
6d85036c
Commit
6d85036c
authored
Feb 18, 2020
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Plain Diff
1
parents
9d17f290
486c16a5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
createOrEditSchedule.js
pages/createOrEditSchedule/createOrEditSchedule.js
+1
-2
exampleStore.js
stores/exampleStore.js
+1
-2
No files found.
pages/createOrEditSchedule/createOrEditSchedule.js
View file @
6d85036c
...
...
@@ -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
)
...
...
stores/exampleStore.js
View file @
6d85036c
...
...
@@ -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
:
[]
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment