Commit 26b5e150 authored by denghr's avatar denghr

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

parent 5afefb0b
......@@ -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')
}]
},
{
......
......@@ -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,
......
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