feat: เพิ่มตัวเเปรเก็บ id service

This commit is contained in:
Net 2024-06-18 16:10:42 +07:00
parent deeb6283ee
commit 45c58d6085

View file

@ -144,6 +144,8 @@ const currentServiceTab = ref('serviceInformation');
const currentId = ref<string>('');
const currentIdType = ref<string>('');
const currentIdService = ref<string>('');
const resultSearchGroup = ref<ProductGroup[]>();
const resultSearchType = ref<(ProductGroup & { productGroupId: string })[]>();