diff --git a/components/enum-data/enum-data.vue b/components/enum-data/enum-data.vue
index 6a23ea4353c7cd299227d4d810592475ce17c93c..85b1f50ad69c4070f34a16e7e1f15c227d34e806 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 519ecde2b26d5de903071f12fc1e236865a36b32..1193951d55a7efb3c3e329265a06bf02e2eaa531 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 @@
-
+