From 01276e0a00344a138cae4aabda42bb92df72f433 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 21 Dec 2023 13:25:28 +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=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/hrm/team_photon.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/views/hrm/team_photon.vue b/src/views/hrm/team_photon.vue index d705dc4a..ebb321b6 100644 --- a/src/views/hrm/team_photon.vue +++ b/src/views/hrm/team_photon.vue @@ -134,12 +134,6 @@ import memberDialog from "./team_form.vue"; getDeptData() { this.$API.system.dept.list.req({ page: 0,type:'dept'}).then(res=>{ let data = []; - res.forEach(item => { - if(item.parent=='3423856735881117696'){ - data.push(item) - } - }); - console.log(data) this.deptData = data; }); },