Commit d60792f7 by NGUYEN THI MY DUYEN

dashboardのpushMessage文字に修正

parent 7153e6d0
...@@ -23,7 +23,7 @@ DASHBOARD.defaultDashboard = { ...@@ -23,7 +23,7 @@ DASHBOARD.defaultDashboard = {
newReport: 0, newReport: 0,
continousWork: 0, continousWork: 0,
warningReport: 0, warningReport: 0,
pushMesage: 0, pushMessage: 0,
}, },
}; };
...@@ -180,8 +180,8 @@ DASHBOARD.updateDataCommunications = function (dataDashboard) { ...@@ -180,8 +180,8 @@ DASHBOARD.updateDataCommunications = function (dataDashboard) {
if (item.id == 'messageList') { if (item.id == 'messageList') {
item.count = 0; item.count = 0;
if (dataDashboard.dashboard['pushMesage']) { if (dataDashboard.dashboard['pushMessage']) {
item.count = dataDashboard.dashboard['pushMesage']; item.count = dataDashboard.dashboard['pushMessage'];
} }
} }
}); });
......
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