|
|
@@ -226,7 +226,7 @@ export default {
|
|
|
/** 导出按钮操作 */
|
|
|
handleExport() {
|
|
|
const queryParams = this.queryParams;
|
|
|
- this.$modal.confirm('是否确认导出所有数据项?').then(function () {
|
|
|
+ this.$modal.confirm('是否确认导出所有数据项?').then(()=> {
|
|
|
this.exportLoading = true;
|
|
|
return exportList(queryParams);
|
|
|
}).then(response => {
|