diff --git a/ui/src/components/read-write/index.vue b/ui/src/components/read-write/index.vue index 5f86b81cc..5cc99a404 100644 --- a/ui/src/components/read-write/index.vue +++ b/ui/src/components/read-write/index.vue @@ -21,7 +21,6 @@ autofocus :maxlength="maxlength || '-'" :show-word-limit="maxlength ? true : false" - @keydown.enter="submit" > @@ -76,7 +75,7 @@ function submit() { loading.value = false }, 200) } -function editNameHandle(row: any) { +function editNameHandle() { writeValue.value = props.data isEdit.value = true }