mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-02-06 09:05:54 +08:00
修改样式 和 优化一些 功能
This commit is contained in:
@@ -256,8 +256,8 @@ export const lowGoods = params => {
|
||||
};
|
||||
|
||||
// 获取商品单位列表
|
||||
export const getGoodsUnitList = () => {
|
||||
return getRequest(`/goods/goodsUnit`);
|
||||
export const getGoodsUnitList = params => {
|
||||
return getRequest(`/goods/goodsUnit`,params);
|
||||
};
|
||||
//根据分类id获取关联品牌
|
||||
export const getCategoryBrandListDataSeller = (category_id, params) => {
|
||||
|
||||
Reference in New Issue
Block a user