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 })