!110 fix-导入undefined

Merge pull request !110 from Foming/dev
Foming 1 year ago committed by Gitee
commit 14d091cb6e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -6,7 +6,7 @@ const mixin = {
data() { data() {
return { return {
reportCode: this.$route.query.reportCode, 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, //处理历史记录 revoke: null, //处理历史记录
rightClickIndex: -1, rightClickIndex: -1,
} }

Loading…
Cancel
Save