Commit eaa56431 authored by 李尚科's avatar 李尚科

fix

parent 52cd25be
Pipeline #13431 passed with stage
in 4 seconds
......@@ -71,7 +71,7 @@ class CallriskService extends Service {
const call_overview = call_overviews[i];
// monthes.push(call_overview.month);
// data.push(call_overview);
data[call_overview.month] = call_overview;
data.push(call_overview);
}
return data;
......
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