diff --git a/jero-web/src/views/projectManagement/ProjectDetails/index.vue b/jero-web/src/views/projectManagement/ProjectDetails/index.vue index 53f82fb69..4f382282d 100644 --- a/jero-web/src/views/projectManagement/ProjectDetails/index.vue +++ b/jero-web/src/views/projectManagement/ProjectDetails/index.vue @@ -272,11 +272,14 @@ this.textColor(this.$t('listOfRegulations')) this.textTitle = this.$t('listOfRegulations') } else if (this.$route.query.type == '103') { - this.textColor(this.$t('taskList')) - this.textTitle = this.$t('taskList') + // this.textColor(this.$t('taskList')) + // this.textTitle = this.$t('taskList') + this.$router.push({ + path:'/projectRegulationTasks', + }) } else if (this.$route.query.type == '104') { - this.textColor(this.$t('nonConformance')) - this.textTitle = this.$t('nonConformance') + // this.textColor(this.$t('nonConformance')) + // this.textTitle = this.$t('nonConformance') } else if (this.$route.query.type == '105') { this.textColor(this.$t('TaskParameterCollection')) this.textTitle = this.$t('TaskParameterCollection')