From 1a65ce32226fd8cddcdbe4c517362bbdd3a0637f Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 10 Apr 2024 14:04:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=97=AE=E9=A2=98=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/read-write/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }