From ac7f8e0e27121936db8e3a765d0f6173a15923ad Mon Sep 17 00:00:00 2001 From: atoll Date: Thu, 2 Feb 2023 10:43:54 -0800 Subject: [PATCH] apply the view costCenter filter to edit --- src/components/profile/edit/EditPersonalInfo.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/profile/edit/EditPersonalInfo.vue b/src/components/profile/edit/EditPersonalInfo.vue index ef1222a2..18680f7c 100644 --- a/src/components/profile/edit/EditPersonalInfo.vue +++ b/src/components/profile/edit/EditPersonalInfo.vue @@ -354,7 +354,10 @@ type="text" id="field-cost-center" disabled - :value="staffInformation.costCenter.value" + :value=" + staffInformation.costCenter.value && + staffInformation.costCenter.value.replace(/\.0$/, '') + " />