diff --git a/src/views/hrm/attendance_form.vue b/src/views/hrm/attendance_form.vue index ee149000..241da751 100644 --- a/src/views/hrm/attendance_form.vue +++ b/src/views/hrm/attendance_form.vue @@ -179,7 +179,6 @@ }, methods: { getShiftOptions() { - deptOptions this.$API.system.dept.list.req({ page: 0,type:'dept'}).then(res=>{ let data = []; res.forEach(item => {