MrShi
2025-02-08 1d545776591f101c8aa33e1a893db0045bbc24b6
admin/src/api/store/index.js
@@ -41,6 +41,7 @@
}
export function ywOutinboundRecordEx (data) {
  return request.post('/visitsAdmin/cloudService/business/ywOutinboundRecord/exportExcel', data, {
    trim: true
    trim: true,
    download: true
  })
}