优化-----导入undefined

Raod 1 year ago
parent 61eecf3d1b
commit 646a9fcd15

@ -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,
}

Loading…
Cancel
Save