This commit is contained in:
2026-06-24 20:50:15 +08:00
parent 41623ecb32
commit 9e9826acbb
9 changed files with 738 additions and 586 deletions
+7 -1
View File
@@ -160,4 +160,10 @@ export const reqSaveCuttingCheck = (data)=> post(`PreWeldInspection/SaveCuttingC
* 获取坡口类型列表
* TODO: 确认接口地址
*/
export const reqGetGrooveTypeList = ()=>get(`BaseInfo/GetGrooveTypeList`)
export const reqGetGrooveTypeList = ()=>get(`BaseInfo/GetGrooveType`)
/**
* 保存组对抽查记录
*
*/
export const reqSaveFitupCheck = (data)=>post(`PreWeldInspection/SaveFitupCheck`, data)