把获取序列号商品的接口改为post请求

This commit is contained in:
jishenghua
2025-12-16 10:00:21 +08:00
parent eb621a29f9
commit 8a32becc16
2 changed files with 10 additions and 14 deletions

View File

@@ -65,7 +65,7 @@ const batchUpdateMaterial = (params)=>postAction("/material/batchUpdate",params)
const changeNameToPinYin = (params)=>postAction("/material/changeNameToPinYin",params);
//序列号
const batAddSerialNumber = (params)=>postAction("/serialNumber/batAddSerialNumber",params);
const getEnableSerialNumberList = (params)=>getAction("/serialNumber/getEnableSerialNumberList",params);
const getEnableSerialNumberList = (params)=>postAction("/serialNumber/getEnableSerialNumberList",params);
//多属性
const addMaterialAttribute = (params)=>postAction("/materialAttribute/add",params);
const editMaterialAttribute = (params)=>putAction("/materialAttribute/update",params);