PMCORE-3231:Uses filterCases instead caseNumber

This commit is contained in:
fabio
2021-08-18 16:55:04 -04:00
parent 30b067ffab
commit 482c9112d3
3 changed files with 3 additions and 3 deletions

View File

@@ -230,7 +230,7 @@ export default {
tagPrefix: this.$i18n.t('ID_SEARCH_BY_CASE_NUMBER'), tagPrefix: this.$i18n.t('ID_SEARCH_BY_CASE_NUMBER'),
items:[ items:[
{ {
id: "caseNumber", id: "filterCases",
value: "" value: ""
} }
], ],

View File

@@ -117,7 +117,7 @@ export default {
tagPrefix: this.$i18n.t("ID_SEARCH_BY_CASE_NUMBER"), tagPrefix: this.$i18n.t("ID_SEARCH_BY_CASE_NUMBER"),
items: [ items: [
{ {
id: "caseNumber", id: "filterCases",
value: "", value: "",
}, },
], ],

View File

@@ -113,7 +113,7 @@ export default {
tagPrefix: this.$i18n.t('ID_SEARCH_BY_CASE_NUMBER'), tagPrefix: this.$i18n.t('ID_SEARCH_BY_CASE_NUMBER'),
items:[ items:[
{ {
id: "caseNumber", id: "filterCases",
value: "" value: ""
} }
], ],