src/api/basic/standard.js
@@ -27,6 +27,15 @@
  });
};
// 产品-获取单位列表
export const getUnitInfo = (data) => {
  return request({
    url: "/api-wms/v1/product/getUnitInfo",
    method: "get",
    data,
  });
};
// ----bom --- 計量單位 的數據  更新
export const postGetSaveSUnitDict = (params) =>
  request.post("/api-s/v1/dict/saveUnitDict", params);