Browse Source

Merge branch 'sit' of daiyanrong/accout-ui into master

戴艳蓉 3 years ago
parent
commit
32eb1dc914

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-4320c1f9.b167af31.css


BIN
dist/static/css/chunk-90d245fc.5c43df5a.css.gz → dist/static/css/chunk-4320c1f9.b167af31.css.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.754247c2.js


BIN
dist/static/js/app.754247c2.js.gz


BIN
dist/static/js/app.d611fe2b.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-4320c1f9.00c10f8b.js


BIN
dist/static/js/chunk-4320c1f9.00c10f8b.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-90d245fc.f745fae1.js


BIN
dist/static/js/chunk-90d245fc.f745fae1.js.gz


+ 0 - 1
src/apis/axios.js

@@ -21,7 +21,6 @@ export default async (
   onUploadProgress
 ) => {
   type = type.toLowerCase()
-  console.log(headers)
   const obj = {
     method: type,
     baseURL: '',

+ 0 - 1
src/apis/service/search/commission/axios.js

@@ -21,7 +21,6 @@ export default async (
   onUploadProgress
 ) => {
   type = type.toLowerCase()
-  console.log(headers)
   const obj = {
     method: type,
     baseURL: '',

+ 0 - 1
src/apis/service/search/table/axios.js

@@ -21,7 +21,6 @@ export default async (
   onUploadProgress
 ) => {
   type = type.toLowerCase()
-  console.log(headers)
   const obj = {
     method: type,
     baseURL: '',

+ 3 - 2
src/views/search/standBook/real-time-export.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="real-time-export">
+  <div class="real-time-export" v-loading="loading">
     <div class="standBook-ul-box">
       <ul class="standBook-ul clearfix">
         <li v-for="item in options" :key="item.value">
@@ -269,13 +269,14 @@ export default {
                   this.loading = false;
                 }, 500);
               } else {
-                this.$message.error(res.data.message);
+                this.$message.error("时间区间过长,请修改后再试!");
                 setTimeout(() => {
                   this.loading = false;
                 }, 500);
               }
             })
             .catch((error) => {
+               this.$message.error("时间区间过长,请修改后再试!");
               this.loading = false;
             });
         }

Some files were not shown because too many files changed in this diff