|
|
@ -8,7 +8,7 @@ import { useFormulaStore } from '@/stores/formulaStore' |
|
|
|
const formulaStore = useFormulaStore() |
|
|
|
const runtimeFormRef = ref() |
|
|
|
const saveFormData = async () => { |
|
|
|
const valid = await runtimeFormRef.value.validate |
|
|
|
const valid = await runtimeFormRef.value.validate() |
|
|
|
if (valid) { |
|
|
|
return convertValuesToString(formData.value, 'name') |
|
|
|
} |
|
|
|