parent
00160f92df
commit
7b9ff6cfd5
|
|
@ -205,6 +205,7 @@ export default {
|
||||||
state.name = state.resource.name
|
state.name = state.resource.name
|
||||||
state.content = state.resource.content || {}
|
state.content = state.resource.content || {}
|
||||||
state.value = state.resource?.content?.value || ''
|
state.value = state.resource?.content?.value || ''
|
||||||
|
state.type = getCategory()
|
||||||
})
|
})
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue