MrShi
6 天以前 63e71464a200d76a9668967e8adb1c6be33709b9
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
  })
}