feat: add variable

This commit is contained in:
oat_dev 2024-06-13 11:13:31 +07:00
parent f9e9921ba8
commit d25fa4d792

View file

@ -78,6 +78,8 @@ const formData = ref<ProductCreate>({
const currentId = ref<string>('');
const currentIdType = ref<string>('');
const resultSearchGroup = ref<Product>();
const resultSearchType = ref<Product>();
async function fetchListType() {
const res = await fetchListProductServiceType({