feat: ประกาศตัวแปร formDataProductService
This commit is contained in:
parent
fe95db7983
commit
85cb72cb57
1 changed files with 11 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ import {
|
||||||
ProductGroupCreate,
|
ProductGroupCreate,
|
||||||
ProductCreate,
|
ProductCreate,
|
||||||
ProductList,
|
ProductList,
|
||||||
|
ServiceCreate,
|
||||||
} from 'src/stores/product-service/types';
|
} from 'src/stores/product-service/types';
|
||||||
|
|
||||||
const productServiceStore = useProductServiceStore();
|
const productServiceStore = useProductServiceStore();
|
||||||
|
|
@ -112,6 +113,16 @@ const formDataProduct = ref<ProductCreate>({
|
||||||
image: undefined,
|
image: undefined,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const formDataProductService = ref<ServiceCreate>({
|
||||||
|
work: [],
|
||||||
|
attributes: {
|
||||||
|
additional: [],
|
||||||
|
},
|
||||||
|
detail: '',
|
||||||
|
name: '',
|
||||||
|
code: '',
|
||||||
|
});
|
||||||
|
|
||||||
const serviceTab = [
|
const serviceTab = [
|
||||||
{
|
{
|
||||||
name: 'serviceInformation',
|
name: 'serviceInformation',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue