From cf804e19634ff953bb132af1b2f46905d80c1e3a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 12 五月 2021 15:08:34 +0800
Subject: [PATCH] 2021-05-12

---
 src/templates/zshare/editTable/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/templates/zshare/editTable/index.jsx b/src/templates/zshare/editTable/index.jsx
index 85acc60..2caf0cc 100644
--- a/src/templates/zshare/editTable/index.jsx
+++ b/src/templates/zshare/editTable/index.jsx
@@ -354,7 +354,7 @@
   
           if (!unique) return
   
-          data.unshift(cell)
+          data.push(cell)
         })
 
         this.setState({ data, editingKey: '', visible: false }, () => {

--
Gitblit v1.8.0