|
@@ -524,7 +524,7 @@
|
|
}).then(() => {
|
|
}).then(() => {
|
|
// this.exportFullscreenLoading = true;
|
|
// this.exportFullscreenLoading = true;
|
|
exportExcel(this.listQuery).then(response => {
|
|
exportExcel(this.listQuery).then(response => {
|
|
- console.log('response',response.type == 'application/json');
|
|
|
|
|
|
+ // console.log('response',response.type == 'application/json');
|
|
if(response.type == 'application/json'){
|
|
if(response.type == 'application/json'){
|
|
this.$message({
|
|
this.$message({
|
|
message: '请设置时间!',
|
|
message: '请设置时间!',
|