|
@@ -41,6 +41,15 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
|
|
+ // 新增路由参数处理
|
|
|
|
+ if (!this.$route.query.source) {
|
|
|
|
+ this.$router.replace({
|
|
|
|
+ query: {
|
|
|
|
+ ...this.$route.query,
|
|
|
|
+ source: 'bidCreditReportPreview'
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ }
|
|
if (this.$route.query && this.$route.query.url) {
|
|
if (this.$route.query && this.$route.query.url) {
|
|
this.pdfUrl = decodeURIComponent(this.$route.query.url)
|
|
this.pdfUrl = decodeURIComponent(this.$route.query.url)
|
|
this.loading = false
|
|
this.loading = false
|