Commit 52467f3a by ddx

异常饼图缩短半小时时间

parent 5fde40aa
...@@ -7,8 +7,8 @@ function viewIncomeExceptionPieBoard(username, periodMode, startDate, endDate) { ...@@ -7,8 +7,8 @@ function viewIncomeExceptionPieBoard(username, periodMode, startDate, endDate) {
url: url, url: url,
data: { data: {
"username": username, "username": username,
"startDate": startDate, "startDate": getPastNMinutes(30),
"endDate": endDate "endDate": getNow()
}, },
dataType: "json", dataType: "json",
contentType: "application/json", contentType: "application/json",
......
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