Crunchy
2024-05-06 1f4c79169a0d3ef46f2430b61d4999e1be6261b3
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
      })
}