zouyu
2024-03-07 62be85bac61d46f1a60fa77c2e9532a57e1b4850
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
      })
}