Changes
This commit is contained in:
@@ -30,7 +30,8 @@ const id = ref(route.params.id ? route.params.id : null )
|
|||||||
const mode = ref(route.params.mode || "show")
|
const mode = ref(route.params.mode || "show")
|
||||||
const itemInfo = ref({
|
const itemInfo = ref({
|
||||||
unit: 1,
|
unit: 1,
|
||||||
tags: []
|
tags: [],
|
||||||
|
servicecategories: []
|
||||||
})
|
})
|
||||||
|
|
||||||
const openTab = ref(0)
|
const openTab = ref(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user