damon227 1 year ago
parent
commit
9c8e066dd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/modules/cus/quoted.vue

+ 1 - 1
src/views/modules/cus/quoted.vue

@@ -577,7 +577,7 @@ export default {
     },
     },
     exportExcel (id) {
     exportExcel (id) {
       let url = this.$http.adornUrl(`/biz-service/quoted/exportExcel/${id}`) +
       let url = this.$http.adornUrl(`/biz-service/quoted/exportExcel/${id}`) +
-          '&_token=' + Vue.cookie.get('token')
+          '?_token=' + Vue.cookie.get('token')
       window.open(url, '_blank')
       window.open(url, '_blank')
     }
     }
   }
   }