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
3f4821d7
Commit
3f4821d7
authored
Apr 02, 2020
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除首页Task页面测试的console。
parent
64f0b5a9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
9 deletions
+1
-9
myDynamic.js
PageComponents/myDynamic/myDynamic.js
+0
-1
scheduleList.js
PageComponents/scheduleList/scheduleList.js
+0
-5
taskList.js
components/taskList/taskList.js
+1
-3
No files found.
PageComponents/myDynamic/myDynamic.js
View file @
3f4821d7
...
...
@@ -92,7 +92,6 @@ Component({
noData
:
dynamicList
.
length
===
that
.
data
.
size
?
true
:
false
});
}
console
.
log
(
this
.
data
.
dynamicList
);
}
});
},
...
...
PageComponents/scheduleList/scheduleList.js
View file @
3f4821d7
...
...
@@ -166,11 +166,6 @@ create.Component({
// console.log(rule, 'rule')
rule
.
options
.
tzid
=
"Asia/Hong_Kong"
;
// 改变时区
let
rullAll
=
rule
.
all
()
rule
.
all
().
map
(
item
=>
{
console
.
log
(
item
.
toLocaleDateString
())
})
// 判断是否需要剔除某一天
if
(
item
.
excludePlanDates
)
{
// 拿到剔除日期的list
...
...
components/taskList/taskList.js
View file @
3f4821d7
...
...
@@ -6,9 +6,7 @@ Component({
props
:
{
isCanEdit
:
true
},
didMount
()
{
console
.
log
(
this
.
props
);
},
didMount
()
{},
didUpdate
()
{
if
(
this
.
props
.
taskList
.
id
===
108
)
{
console
.
log
(
this
.
props
);
...
...
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