Browse Source

重置表单验证

master
王梦远 2 weeks ago
parent
commit
47752375ed
  1. 3
      src/components/formula/FormulaConfig.vue

3
src/components/formula/FormulaConfig.vue

@ -105,6 +105,9 @@ watch(
}, },
{ deep: true }, { deep: true },
) )
watch(() => formulaStore.currentSelectedIndex, () => {
formRef.value?.clearValidate()
})
const formRef = ref() const formRef = ref()
/** /**

Loading…
Cancel
Save