采购联系单

This commit is contained in:
Teo
2025-09-14 17:40:43 +08:00
parent 5bec10e864
commit e7980f0d01
9 changed files with 163 additions and 96 deletions

View File

@ -186,7 +186,7 @@ export const dowloadConstructionUserTemplate = (query: ConstructionUserTemplateF
*/
export const delConstructionUserMember = (data: ConstructionUserMembeForm) => {
return request({
url: '/contractor/projectTeamMember/',
url: '/project/projectTeamMember/',
method: 'delete',
data
});