feat: add variable
This commit is contained in:
parent
f9e9921ba8
commit
d25fa4d792
1 changed files with 2 additions and 0 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue