Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform-ui
Commits
26b5e150
Commit
26b5e150
authored
Jul 31, 2019
by
denghr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车辆预约默认查询全部数据
parent
5afefb0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
15 deletions
+5
-15
index.js
src/router/index.js
+3
-3
index.vue
src/views/vehicle/bookRecord/index.vue
+2
-12
No files found.
src/router/index.js
View file @
26b5e150
...
...
@@ -80,12 +80,12 @@ export const constantRouterMap = [{
{
path
:
'/'
,
component
:
Layout
,
redirect
:
'/
dashboard
'
,
redirect
:
'/
baseManager/userManager
'
,
name
:
'首页'
,
hidden
:
true
,
children
:
[{
path
:
'
dashboard
'
,
component
:
_import
(
'
dashboard
/index'
)
path
:
'
userManager
'
,
component
:
_import
(
'
admin/user
/index'
)
}]
},
{
...
...
src/views/vehicle/bookRecord/index.vue
View file @
26b5e150
...
...
@@ -574,17 +574,7 @@
allBranchCompany
:[],
state2
:
''
,
//搜索-分公司名称
rules4Query
:
{
selectedMonth4Query
:
[
{
validator
:
(
rule
,
value
,
callback
)
=>
{
if
(
this
.
$utils
.
isUndefined
(
this
.
selectedMonth4Query
)
||
!
this
.
$utils
.
isDate
(
this
.
selectedMonth4Query
))
{
return
callback
(
new
Error
(
'请选择月份'
));
}
callback
();
},
trigger
:
'blur'
}
]
},
list
:
null
,
total
:
null
,
...
...
@@ -595,7 +585,7 @@
zoneId
:
undefined
,
liftCompany
:
undefined
,
numberPlate
:
undefined
,
selectedMonth
:
formatDate
(
newEast8Date
(),
'yyyy-MM'
)
,
selectedMonth
:
undefined
,
status
:
undefined
},
inline
:
true
,
...
...
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