|
|
@ -50,12 +50,12 @@ export const TableHeaderMixins = { |
|
|
|
// 全部导出处理
|
|
|
|
if(type && type == 'all'){ _data.MaxResultCount = this.totalCount} |
|
|
|
this.closeExportDrop() |
|
|
|
this.Loading.appMainLoading = true |
|
|
|
this.Loading.tableLoading = true |
|
|
|
postExport(_params,_data, _exportUrl, _special).then(res => { |
|
|
|
this.blob(res, name)//使用前端导出名称
|
|
|
|
this.Loading.appMainLoading = false |
|
|
|
this.Loading.tableLoading = false |
|
|
|
}).catch(err => { |
|
|
|
this.Loading.appMainLoading = false |
|
|
|
this.Loading.tableLoading = false |
|
|
|
}) |
|
|
|
}, |
|
|
|
// 点击常用按钮
|
|
|
|