fix:inm添加接口声明

This commit is contained in:
shijing 2024-12-31 16:25:41 +08:00
parent 780a088642
commit 81889ef149
1 changed files with 9 additions and 1 deletions

View File

@ -177,5 +177,13 @@ export default {
data);
}
},
}
wtest:{
name: "单个检验",
req: async function(id,data){
return await http.post(
`${config.API_URL}/inm/mioitemw/${id}/test/`,
data);
}
},
},
}