|
|
|
@ -32,8 +32,6 @@
|
|
|
|
onMounted(loadData)
|
|
|
|
onMounted(loadData)
|
|
|
|
|
|
|
|
|
|
|
|
watch(currentWorkingInstrument, () => {
|
|
|
|
watch(currentWorkingInstrument, () => {
|
|
|
|
console.log(currentWorkingCategory);
|
|
|
|
|
|
|
|
console.log(currentWorkingInstrument);
|
|
|
|
|
|
|
|
currentWorkingCategory.value = categories.value.find(category => category.instrument === currentWorkingInstrument.value.name)
|
|
|
|
currentWorkingCategory.value = categories.value.find(category => category.instrument === currentWorkingInstrument.value.name)
|
|
|
|
})
|
|
|
|
})
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|