Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mobi
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
wbx-PCAndMobi
mobi
Commits
12f6bc44
Commit
12f6bc44
authored
Apr 12, 2021
by
zhangrui123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页小区经理自查月份跳转的问题
parent
98f952e8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
home.vue
src/views/home.vue
+2
-1
No files found.
src/views/home.vue
View file @
12f6bc44
...
@@ -830,7 +830,8 @@ export default {
...
@@ -830,7 +830,8 @@ export default {
dayType
=
null
dayType
=
null
break
break
}
}
let
parseDateInfo
=
(
parseInt
(
item
.
name
)
>
10
?
time
+
'-'
+
parseInt
(
item
.
name
)
+
'-01,'
+
time
+
'-'
+
parseInt
(
item
.
name
)
+
'-31'
:
time
+
'-'
+
'0'
+
parseInt
(
item
.
name
)
+
'-01,'
+
time
+
'-'
+
'0'
+
parseInt
(
item
.
name
)
+
'-31'
)
let
parseDateInfo
=
(
parseInt
(
item
.
name
)
>
10
?
time
+
'-'
+
parseInt
(
item
.
name
)
+
'-01,'
+
time
+
'-'
+
parseInt
(
item
.
name
)
+
'-'
+
dayType
:
time
+
'-'
+
'0'
+
parseInt
(
item
.
name
)
+
'-01,'
+
time
+
'-'
+
'0'
+
parseInt
(
item
.
name
)
+
'-'
+
dayType
)
this
.
$router
.
push
({
this
.
$router
.
push
({
'path'
:
'/documents/fiveSearch/managerSelfCheckList'
,
'path'
:
'/documents/fiveSearch/managerSelfCheckList'
,
query
:
{
query
:
{
...
...
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