feat: เพิ่มตัวเเปรเก็บ id service
This commit is contained in:
parent
deeb6283ee
commit
45c58d6085
1 changed files with 2 additions and 0 deletions
|
|
@ -144,6 +144,8 @@ const currentServiceTab = ref('serviceInformation');
|
||||||
|
|
||||||
const currentId = ref<string>('');
|
const currentId = ref<string>('');
|
||||||
const currentIdType = ref<string>('');
|
const currentIdType = ref<string>('');
|
||||||
|
const currentIdService = ref<string>('');
|
||||||
|
|
||||||
const resultSearchGroup = ref<ProductGroup[]>();
|
const resultSearchGroup = ref<ProductGroup[]>();
|
||||||
const resultSearchType = ref<(ProductGroup & { productGroupId: string })[]>();
|
const resultSearchType = ref<(ProductGroup & { productGroupId: string })[]>();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue