damon227 1 年之前
父节点
当前提交
9c8e066dd9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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')
     }
   }