From 873141ba3b900ac88713f1ea9516b352baedd1b5 Mon Sep 17 00:00:00 2001
From: DCloud_LXH <283700113@qq.com>
Date: Fri, 8 Sep 2023 11:21:14 +0800
Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A4=84=E7=90=86=20warning?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/enum-data/enum-data.vue | 94 ++++++++++++++--------------
components/input-data/input-data.vue | 7 +--
2 files changed, 49 insertions(+), 52 deletions(-)
diff --git a/components/enum-data/enum-data.vue b/components/enum-data/enum-data.vue
index 6a23ea43..85b1f50a 100644
--- a/components/enum-data/enum-data.vue
+++ b/components/enum-data/enum-data.vue
@@ -1,53 +1,55 @@
-
-
- {{title}}
-
-
-
-
-
- {{ item.name }}
-
-
-
+
+
+ {{title}}
+
+
+
+
+
+ {{ item.name }}
+
+
+
-
\ No newline at end of file
+
diff --git a/components/input-data/input-data.vue b/components/input-data/input-data.vue
index 519ecde2..1193951d 100644
--- a/components/input-data/input-data.vue
+++ b/components/input-data/input-data.vue
@@ -48,10 +48,6 @@
this.showClearIcon = false
this.$emit('confirm', this.getValue(this.inputClearValue))
},
- // @ts-ignore
- confirm(e : InputConfirmEvent) {
- // this.$emit('confirm', this.getValue(e.detail.value))
- },
blur() {
this.showClearIcon = false
},
@@ -85,8 +81,7 @@
-
+
--
GitLab