damon227 hai 1 ano
pai
achega
9c8e066dd9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {
       let url = this.$http.adornUrl(`/biz-service/quoted/exportExcel/${id}`) +
-          '&_token=' + Vue.cookie.get('token')
+          '?_token=' + Vue.cookie.get('token')
       window.open(url, '_blank')
     }
   }