分包商入场申请代码提交

This commit is contained in:
liang.chao 2025-02-13 18:15:34 +08:00
parent e197795cae
commit 1b8cad613b
2 changed files with 409 additions and 483 deletions

View File

@ -171,3 +171,15 @@ export function addAnnotations(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