供应商联系人
This commit is contained in:
@ -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',
|
||||
})
|
||||
}
|
||||
|
||||
|
3
src/servers/api/typings.d.ts
vendored
3
src/servers/api/typings.d.ts
vendored
@ -17,7 +17,8 @@ declare namespace API {
|
||||
label: string;
|
||||
value: string;
|
||||
id: string;
|
||||
name: string;
|
||||
name?: string;
|
||||
dicName?: string;
|
||||
children?: RegionOption[];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user