Commit 30c76b98 authored by Kerwin_Cui's avatar Kerwin_Cui

123

parent 8e28ef98
......@@ -2643,10 +2643,10 @@ def alarm_count_info(request):
for v in value.values():
total += v
dic = {
"system":key,
"total":total,
"bad_work":value["bad_work"],
"main_work":value["main_work"],
"system": key,
"total": total,
"bad_work": value["bad_work"],
"main_work": value["main_work"],
"normal_work": value["normal_work"],
"bad_weekend": value["bad_weekend"],
"main_weekend": value["main_weekend"],
......
......@@ -96,7 +96,7 @@
}
}
}
console.log(finallist)
let newdata = {
currentPage: this.currentPage,
pageSize: this.pageSize,
......
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