From d4094d360764c1d630122625c922c6bc76fc3ff5 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 21 Dec 2023 13:32:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20team=5Fphoton=E5=8E=BB=E9=99=A4=E7=A1=AC?= =?UTF-8?q?=E7=BC=96=E7=A0=812?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/hrm/team_photon.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/hrm/team_photon.vue b/src/views/hrm/team_photon.vue index ebb321b6..60066829 100644 --- a/src/views/hrm/team_photon.vue +++ b/src/views/hrm/team_photon.vue @@ -133,8 +133,7 @@ import memberDialog from "./team_form.vue"; //部门数据 getDeptData() { this.$API.system.dept.list.req({ page: 0,type:'dept'}).then(res=>{ - let data = []; - this.deptData = data; + this.deptData = res; }); }, //添加班组