diff --git a/src/components/common/VnInput.vue b/src/components/common/VnInput.vue index 26160929cf..1246eedcd4 100644 --- a/src/components/common/VnInput.vue +++ b/src/components/common/VnInput.vue @@ -103,6 +103,7 @@ const mixinRules = [ @click=" () => { value = null; + vnInputRef.focus(); emit('remove'); } "