Commit ba7b420e authored by 黄自鹏's avatar 黄自鹏

调整

parent 63db5582
...@@ -77,7 +77,8 @@ ...@@ -77,7 +77,8 @@
baseUrl: '/aqgl/syslog/login/query', baseUrl: '/aqgl/syslog/login/query',
/* 查询参数*/ /* 查询参数*/
queryParams: { queryParams: {
start:new Date().getTime() - 1000*60*60*24*7, /*start:new Date().getTime() - 1000*60*60*24*7,*/
start:new Date().getTime(),
end:new Date().getTime(), end:new Date().getTime(),
gsid: '', gsid: '',
userinfo:'' userinfo:''
...@@ -89,7 +90,7 @@ ...@@ -89,7 +90,7 @@
{label: "公司", prop: "gsName", fieldType:"ftString", width: 180}, {label: "公司", prop: "gsName", fieldType:"ftString", width: 180},
{label: "部门", prop: "bmName", fieldType:"ftString", width: 180}, {label: "部门", prop: "bmName", fieldType:"ftString", width: 180},
{label: "登录时间", prop: "cjsj", fieldType:"ftDateTime"}, {label: "最近登录时间", prop: "cjsj", fieldType:"ftDateTime"},
{label: "IP", prop: "ip"}, {label: "IP", prop: "ip"},
] ]
} }
......
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