From 4165eee5c6e121ad211fa0231e9b60d96d311657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Thu, 26 Oct 2023 14:44:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=82=B9=E5=87=BB=E8=B4=A3?= =?UTF-8?q?=E4=BB=BB=E9=A2=86=E5=9F=9F=E5=90=8E=EF=BC=8C=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E6=9C=AA=E7=AD=9B=E9=80=89=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ParameterItemCollectionList.vue | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 41317e19a..8dd851e8e 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -128,6 +128,7 @@ { // if (this.currentPersonRole == 'dre') { @@ -1212,9 +1209,9 @@ ...mapGetters(['userInfo']), getQueryDutyTerritory() { let url = '' - if(this.$route.query.it){ + if (this.$route.query.it) { url = '/params/collectManifest/queryDutyTerritoryHistory' - }else{ + } else { url = '/params/collectManifest/queryDutyTerritory' } getAction(url, { id: this.$route.query.id }).then((res) => {