From 03d19afe371266cfe81caeaf308980fce1ea4b18 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Sun, 26 Jan 2025 15:38:42 +0800 Subject: [PATCH] perf: optimize tip --- ui/src/views/function-lib/component/FunctionFormDrawer.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/views/function-lib/component/FunctionFormDrawer.vue b/ui/src/views/function-lib/component/FunctionFormDrawer.vue index 349a1c89782..253b93d5ea7 100644 --- a/ui/src/views/function-lib/component/FunctionFormDrawer.vue +++ b/ui/src/views/function-lib/component/FunctionFormDrawer.vue @@ -237,6 +237,7 @@ watch(visible, (bool) => { input_field_list: [], permission_type: 'PRIVATE' } + FormRef.value?.clearValidate() } })