|
@@ -93,7 +93,7 @@ export default {
|
|
// 导出全部
|
|
// 导出全部
|
|
exportAll() {
|
|
exportAll() {
|
|
this.$modal.loading("正在导出数据,请稍后...");
|
|
this.$modal.loading("正在导出数据,请稍后...");
|
|
- exportAll().then(res => {
|
|
|
|
|
|
+ exportAll(this.params).then(res => {
|
|
this.$modal.closeLoading();
|
|
this.$modal.closeLoading();
|
|
const blob = new Blob([res], {
|
|
const blob = new Blob([res], {
|
|
type: "application/vnd.ms-excel;charset=UTF-8",
|
|
type: "application/vnd.ms-excel;charset=UTF-8",
|