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) => {