供应商联系人

This commit is contained in:
孙景学
2025-07-17 15:17:49 +08:00
parent 8e921b73d4
commit 5c505150e5
7 changed files with 577 additions and 112 deletions

View File

@ -34,4 +34,10 @@ export async function getregionInternational(){
return request('/api/cosco/dictRegion/regionInternational', {
method: 'GET',
})
}
}
export async function getAllAreaList(){
return request('/api/cosco/dictProject/getAllList/area', {
method: 'GET',
})
}

View File

@ -17,7 +17,8 @@ declare namespace API {
label: string;
value: string;
id: string;
name: string;
name?: string;
dicName?: string;
children?: RegionOption[];
}