更新了审批

This commit is contained in:
weipengfei 2023-09-21 15:08:48 +08:00
parent 4f9e7098ec
commit 01860f4485

View File

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