diff --git a/modules/bmw/src/main/resources/static/pages/work/Person/AttendanceMachine/personEntryView.js b/modules/bmw/src/main/resources/static/pages/work/Person/AttendanceMachine/personEntryView.js
index 54bfd59..01e59d7 100644
--- a/modules/bmw/src/main/resources/static/pages/work/Person/AttendanceMachine/personEntryView.js
+++ b/modules/bmw/src/main/resources/static/pages/work/Person/AttendanceMachine/personEntryView.js
@@ -360,9 +360,7 @@ function setData(data) {
'" style="display: inline-block;text-align: center;width:150px">';
htmlCompany +=
'
';
htmlCompany += "";
$("#companyExamDemoProve").append(htmlCompany);
@@ -381,9 +379,7 @@ function setData(data) {
'" style="display: inline-block;text-align: center;width:150px">';
htmlDept +=
'
';
htmlDept += "";
$("#deptExamDemoProve").append(htmlDept);
@@ -402,9 +398,7 @@ function setData(data) {
'" style="display: inline-block;text-align: center;width:150px">';
htmlTeam +=
'
';
htmlTeam += "";
$("#teamExamDemoProve").append(htmlTeam);