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,