This is an automated email from the ASF dual-hosted git repository.

kerwin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new fb31dcd  fix this bug (#7461)
fb31dcd is described below

commit fb31dcd59cb1ca1b500c32f78e68bfe68bb149c7
Author: calvin <[email protected]>
AuthorDate: Fri Dec 17 14:40:40 2021 +0800

    fix this bug (#7461)
---
 dolphinscheduler-ui/src/js/module/components/conditions/conditions.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-ui/src/js/module/components/conditions/conditions.vue 
b/dolphinscheduler-ui/src/js/module/components/conditions/conditions.vue
index 18e2ffb..4f11dc5 100644
--- a/dolphinscheduler-ui/src/js/module/components/conditions/conditions.vue
+++ b/dolphinscheduler-ui/src/js/module/components/conditions/conditions.vue
@@ -33,7 +33,7 @@
           <div class="list">
             <el-input
               v-model="searchVal"
-              @keyup.enter="_ckQuery"
+              @keyup.enter.native="_ckQuery"
               size="mini"
               :placeholder="$t('Please enter keyword')"
               type="text"

Reply via email to