From 1993411caeacd0c86cb472b133e5ef2ab3d4c7df Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Tue, 23 Aug 2022 10:19:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processForm/taskListProcess/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue b/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue index 79601ac8b..653d756c2 100644 --- a/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue +++ b/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue @@ -97,16 +97,16 @@ }, { title: this.$t('targetMarket'), - value: 'subtitle' + value: 'targetMarket_dictText' }, { title: this.$t('subtitle'), - value: 'targetMarket_dictText' + value: 'subtitle' }, { title: this.$t('standard'), value: 'serialNumber', - type:'4', + type: '4' }, { title: this.$t('title'), @@ -328,7 +328,7 @@ this.$router.push({ path: '/ProjectDetails', query: { - type:'103', + type: '103', ...this.$route.query } }) @@ -378,7 +378,7 @@ this.$router.push({ path: '/ProjectDetails', query: { - type:'103', + type: '103', ...this.$route.query } })