|
|
@ -12,7 +12,7 @@ export function getMainRequest(params, call) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
export function getSelectListRequest(params, call) {
|
|
|
|
export function getSelectListRequest(params, call) {
|
|
|
|
return http.get('/retail/company', params).then(call)
|
|
|
|
return http.get('/retail/org', params).then(call)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|