licp
2024-04-29 c30b850bdf5c48a2279f293d414850c32501192a
src/api/plan/customerorder.js
@@ -267,9 +267,9 @@
export function downloadProduct(data){
    return request({
        url: '/mes/plan/customerOrder/getProduct',
        method: 'get',
        method: 'post',
        responseType: 'blob',
        params: data
        data: data
      })
}