zouyu
2024-03-07 b059305e27b87b446679e523c8df9ad1448d8d99
src/api/plan/customerorder.js
@@ -266,10 +266,10 @@
export function downloadProduct(data){
    return request({
        url: '/mes/plan/customerOrder/downloadProduct',
        method: 'post',
        url: '/mes/plan/customerOrder/getProduct',
        method: 'get',
        responseType: 'blob',
        data: data
        params: data
      })
}