From 6ff05bf3930b9b7d2cc089b25f637c9b43741420 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Tue, 16 Aug 2022 15:32:56 +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 --- jero-web/src/views/projectManagement/components/TaskList.vue | 3 +++ .../views/projectManagement/components/listOfRegulations.vue | 3 +++ 2 files changed, 6 insertions(+) diff --git a/jero-web/src/views/projectManagement/components/TaskList.vue b/jero-web/src/views/projectManagement/components/TaskList.vue index ea99ae712..cb48ff483 100644 --- a/jero-web/src/views/projectManagement/components/TaskList.vue +++ b/jero-web/src/views/projectManagement/components/TaskList.vue @@ -457,6 +457,9 @@ queryParam[val] = queryParam[val].join(',') } }) + if (queryParam.dutyTerritory) { + queryParam.dutyTerritory = '*'+queryParam.dutyTerritory+'*' + } let query = { projectLibraryId: this.$route.query.id, ...queryParam diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index 4f4e1b73a..e2aaec1ba 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -1397,6 +1397,9 @@ queryParam[val] = queryParam[val].join(',') } }) + if (queryParam.dutyTerritory) { + queryParam.dutyTerritory = '*'+queryParam.dutyTerritory+'*' + } let query = { ...this.queryParamQuery, ...queryParam,