Commit 1304419c by NGUYEN THI MY DUYEN

Merge branch 'feature/1.0_check_web_dev' into feature/1.0_check_web

parents 06efaf26 d60792f7
...@@ -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