diff --git a/src/components/04_product-service/BasicInformation.vue b/src/components/04_product-service/BasicInformation.vue index f679ece5..ff64179a 100644 --- a/src/components/04_product-service/BasicInformation.vue +++ b/src/components/04_product-service/BasicInformation.vue @@ -36,6 +36,14 @@ const branchFilter = selectFilterOptionRefMod( branchOptions, 'name', ); + +const serviceCodeOpts = ref([{ label: 'mou', value: 'mou' }]); +const serviceCodeOptions = ref[]>([]); +const serviceCodeFilter = selectFilterOptionRefMod( + serviceCodeOpts, + serviceCodeOptions, + 'label', +);