zss
2024-05-27 c5dcef375b689fd96175302fb7bf83641d1f57a8
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
      })
}