From 01860f44854a12335fcc5650c17a975628a7d15d Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 21 Sep 2023 15:08:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E5=AE=A1=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/oaExamine/oaExamine.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/oaExamine/oaExamine.vue b/pages/oaExamine/oaExamine.vue index a4f404a..7c629af 100644 --- a/pages/oaExamine/oaExamine.vue +++ b/pages/oaExamine/oaExamine.vue @@ -72,7 +72,7 @@ async initType(){ let res = await approveTypes(); res.data.forEach((item)=>{ - this.typeTabLists.push({ + if(item.id!=1) this.typeTabLists.push({ id: item.id, name: item.title })