|
@@ -136,7 +136,7 @@ import { method } from 'lodash-es';
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/** 导出数据 */
|
|
/** 导出数据 */
|
|
|
- const exportData = (method = 'POST') => {
|
|
|
|
|
|
|
+ const exportData = (name,method = 'POST') => {
|
|
|
const loading = EleMessage.loading({
|
|
const loading = EleMessage.loading({
|
|
|
message: '请求中..',
|
|
message: '请求中..',
|
|
|
plain: true
|
|
plain: true
|