Commit 26b5e150 authored by denghr's avatar denghr

车辆预约默认查询全部数据

parent 5afefb0b
...@@ -80,12 +80,12 @@ export const constantRouterMap = [{ ...@@ -80,12 +80,12 @@ export const constantRouterMap = [{
{ {
path: '/', path: '/',
component: Layout, component: Layout,
redirect: '/dashboard', redirect: '/baseManager/userManager',
name: '首页', name: '首页',
hidden: true, hidden: true,
children: [{ children: [{
path: 'dashboard', path: 'userManager',
component: _import('dashboard/index') component: _import('admin/user/index')
}] }]
}, },
{ {
......
...@@ -574,17 +574,7 @@ ...@@ -574,17 +574,7 @@
allBranchCompany:[], allBranchCompany:[],
state2: '',//搜索-分公司名称 state2: '',//搜索-分公司名称
rules4Query: { 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, list: null,
total: null, total: null,
...@@ -595,7 +585,7 @@ ...@@ -595,7 +585,7 @@
zoneId:undefined, zoneId:undefined,
liftCompany: undefined, liftCompany: undefined,
numberPlate: undefined, numberPlate: undefined,
selectedMonth: formatDate(newEast8Date(), 'yyyy-MM'), selectedMonth: undefined,
status: undefined status: undefined
}, },
inline: true, inline: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment