包装管理列表
This commit is contained in:
+7
-2
@@ -9,6 +9,11 @@ import {
|
||||
export const reqProjectWorkArea = (projectId)=>get(`BaseInfo/getProjectWorkArea?projectId=${projectId}`)
|
||||
|
||||
/**
|
||||
* 获取焊口位置
|
||||
* 请求焊口位置
|
||||
*/
|
||||
export const getWeldingLocation = ()=>get(`BaseInfo/getWeldingLocation`)
|
||||
export const reqWeldingLocation = ()=>get(`BaseInfo/getWeldingLocation`)
|
||||
|
||||
/**
|
||||
* 根据项目ID单位类型请求单位
|
||||
*/
|
||||
export const reqUnitByProjectIdUnitType = (projectId, unitType="")=>get(`Unit/getUnitByProjectIdUnitType?projectId=${projectId}&unitType=${unitType}`)
|
||||
Reference in New Issue
Block a user