Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
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
yaru
fgqyxxlr
Commits
567ab47a
Commit
567ab47a
authored
Mar 14, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日期控件清空结束时间设置开始默认值为2099-12-31
parent
82f8dadb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ruoyi-admin/src/main/resources/static/ruoyi/js/common.js
+3
-3
No files found.
ruoyi-admin/src/main/resources/static/ruoyi/js/common.js
View file @
567ab47a
...
...
@@ -66,9 +66,9 @@ $(function() {
startDate
.
config
.
max
.
month
=
date
.
month
-
1
;
startDate
.
config
.
max
.
date
=
date
.
date
;
}
else
{
startDate
.
config
.
max
.
year
=
''
;
startDate
.
config
.
max
.
month
=
''
;
startDate
.
config
.
max
.
date
=
''
;
startDate
.
config
.
max
.
year
=
'
2099
'
;
startDate
.
config
.
max
.
month
=
'
12
'
;
startDate
.
config
.
max
.
date
=
'
31
'
;
}
}
});
...
...
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