From e10a8d4f66f90c3571779441f4125633872ae6e1 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Thu, 4 Nov 2021 10:21:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E5=87=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/match/manage/matchSignup.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/match/manage/matchSignup.vue b/src/pages/match/manage/matchSignup.vue index 33f877b..61b7de6 100644 --- a/src/pages/match/manage/matchSignup.vue +++ b/src/pages/match/manage/matchSignup.vue @@ -135,7 +135,7 @@ export default { } }, exportAll() { - location.href = `${this.api.excelExport}/${this.id}/token=${this.token}`; + location.href = `${this.api.excelExport}?${this.id}`; }, exportBatch() { if (this.multipleSelection.length != "") { @@ -145,7 +145,7 @@ export default { }); // return console.log(11,data) - location.href = `${this.api.batchExport}?ids=${data.join(",")}/token=${this.token}`; + location.href = `${this.api.batchExport}?ids=${data.join(",")}`; } else { util.errorMsg("请先选择数据 !"); }