Commit ea70034c authored by zhengke's avatar zhengke

1

parent 67a10c0e
......@@ -457,6 +457,16 @@ export function CheckExistsStu(data) {
});
}
//获取客户下拉
export function GetCustomerList(data) {
return request({
url: '/B2BCustomer/GetCustomerList',
method: 'post',
data
});
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment