Commit be7a6939 by qinjianhui

fix: 问题修改

parent 778b059e
......@@ -246,3 +246,12 @@ export function loadWarehouseListApi() {
'factoryWarehouseInfo/getAll',
)
}
export function refreshMaterialApi(data: {
orderIds: string | undefined
productIds: string | undefined
}) {
return axios.post<never, BaseRespData<never>>(
'factory/podJomallOrderProductUs/refreshDesignImages ',
data,
)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment