修改禅道已知bug
This commit is contained in:
@@ -148,8 +148,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
document.title = this.$t('projectDetails') + '-' + this.$route.query.projectName
|
document.title = this.$route.query.projectName ? this.$t('projectDetails') + '-' + this.$route.query.projectName : this.$t('projectDetails')
|
||||||
this.title = this.$route.query.projectName + '-' + this.$route.query.targetMarket_dictText
|
this.title = this.$route.query.projectName && this.$route.query.targetMarket ? this.$route.query.projectName + '-' + this.$route.query.targetMarket : this.$t('projectDetails')
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.getTaskId()
|
this.getTaskId()
|
||||||
|
|||||||
Reference in New Issue
Block a user