Browse Source

auto commit

gcz 4 years ago
parent
commit
e66dd28ec3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/oms/order/index.vue

+ 1 - 1
src/views/oms/order/index.vue

@@ -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: '请设置时间!',