fix: 🧩 修复BUG

This commit is contained in:
2025-03-27 10:34:06 +08:00
parent a66092dea0
commit 2694a0c905
5 changed files with 69 additions and 56 deletions

View File

@@ -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);
};
//产品属性新增