From 1e1882898572f0ef2e1a2ba58cdc35638daaac6f Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 23 Nov 2023 11:24:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B0=E5=B2=97=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/hrm/attendance_form.vue | 1 - 1 file changed, 1 deletion(-) 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 => {