|
@ -206,7 +206,7 @@ export function getDictionaryItem(params) { |
|
|
*/ |
|
|
*/ |
|
|
export function getBasicCustomerList() { |
|
|
export function getBasicCustomerList() { |
|
|
return request({ |
|
|
return request({ |
|
|
url: baseApi + "/wms/customer/list", |
|
|
url: baseApi + "/wms/customer/list?type=DEFAULT", |
|
|
method: "get", |
|
|
method: "get", |
|
|
data: {}, |
|
|
data: {}, |
|
|
}); |
|
|
}); |
|
|