From 646a9fcd1500550ca2a319b1693ff29472939d2d Mon Sep 17 00:00:00 2001 From: Raod <1130305001@qq.com> Date: Fri, 19 May 2023 15:57:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96-----=E5=AF=BC=E5=85=A5undefi?= =?UTF-8?q?ned?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report-ui/src/utils/screenMixins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report-ui/src/utils/screenMixins.js b/report-ui/src/utils/screenMixins.js index 4343341d..19809ea0 100644 --- a/report-ui/src/utils/screenMixins.js +++ b/report-ui/src/utils/screenMixins.js @@ -6,7 +6,7 @@ const mixin = { data() { return { reportCode: this.$route.query.reportCode, - uploadUrl: process.env.BASE_API + "/reportDashboard/import/" + this.reportCode, + uploadUrl: process.env.BASE_API + "/reportDashboard/import/" + this.$route.query.reportCode, revoke: null, //处理历史记录 rightClickIndex: -1, }