From a248e20013d83c4acf01b45816588cd9cf4b8fbd Mon Sep 17 00:00:00 2001
From: vben <anncwb@126.com>
Date: 星期二, 26 十月 2021 01:19:51 +0800
Subject: [PATCH] chore: fix type

---
 src/components/Table/src/components/editable/EditableCell.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/Table/src/components/editable/EditableCell.vue b/src/components/Table/src/components/editable/EditableCell.vue
index a53ac8d..787d120 100644
--- a/src/components/Table/src/components/editable/EditableCell.vue
+++ b/src/components/Table/src/components/editable/EditableCell.vue
@@ -265,7 +265,7 @@
               result = await beforeEditSubmit({
                 record: pick(record, keys),
                 index,
-                key,
+                key: key as string,
                 value,
               });
             } catch (e) {

--
Gitblit v1.8.0