fix: 🧩 修复BUG
This commit is contained in:
@@ -16,7 +16,6 @@ export const getProductAttrDelApi = (params: any) => {
|
||||
// 产品属性更新
|
||||
export const getProductAttrUpApi = (params: any) => {
|
||||
const { id } = params;
|
||||
|
||||
return http.put<any>(`${PRODUCT_ATTR}/update/${id}`, params);
|
||||
};
|
||||
//产品属性新增
|
||||
|
||||
Reference in New Issue
Block a user