yangfeng
2024-03-25 204ce09a62e0a0fd9f3eb62b64f3345627fc7a5c
src/api/common/other.js
@@ -13,4 +13,13 @@
    method: "get",
    params: data
  })
}
}
// 获取产品信息
export const getMaterialList = (data) => {
  return request({
    url: "/api-outsourcing/v1/order/materialSearch",
    method: "post",
    IsHeader: true,
    data
  })
}