From c0977299db18eb3c724cfea034235a36e6d4ccf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Tue, 18 Apr 2023 15:48:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=8A=B6=E6=80=81=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/projectManagement/ProjectDetails/index.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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')