Files
sh-app/api/base.js
T

15 lines
289 B
JavaScript
Raw Normal View History

2026-06-10 14:17:54 +08:00
import {
get,
post
} from '@/utils/request.js'
/**
* 请求单位工程
*/
2026-06-11 09:43:42 +08:00
export const reqProjectWorkArea = (projectId)=>get(`BaseInfo/getProjectWorkArea?projectId=${projectId}`)
/**
* 获取焊口位置
*/
export const getWeldingLocation = ()=>get(`BaseInfo/getWeldingLocation`)