import { get, post } from '@/utils/request.js' /** * 请求单位工程 */ export const reqProjectWorkArea = (projectId)=>get(`BaseInfo/getProjectWorkArea?projectId=${projectId}`) /** * 获取焊口位置 */ export const getWeldingLocation = ()=>get(`BaseInfo/getWeldingLocation`)