分包商入场申请代码提交

This commit is contained in:
liang.chao 2025-02-13 18:29:38 +08:00
parent e197795cae
commit 5ecd807748
2 changed files with 390 additions and 443 deletions

View File

@ -171,3 +171,15 @@ export function addAnnotations(data) {
data: data data: data
}) })
} }
/**
* 删除监理人员
* @param data
* @returns {AxiosPromise}
*/
export function delPersonByIdCardAndPhone(data) {
return request({
url: '/project/SupervisionUnit/delSupervisoryPersonApply',
method: 'post',
data: data
})
}

File diff suppressed because it is too large Load Diff