From 5d48f8215284ca8de312f1c85f78e07215a0faf1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 20 五月 2021 11:07:04 +0800 Subject: [PATCH] 2021-05-20 --- src/templates/zshare/modalform/modaleditable/index.jsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/templates/zshare/modalform/modaleditable/index.jsx b/src/templates/zshare/modalform/modaleditable/index.jsx index 314fe78..66fa4c5 100644 --- a/src/templates/zshare/modalform/modaleditable/index.jsx +++ b/src/templates/zshare/modalform/modaleditable/index.jsx @@ -300,7 +300,8 @@ }) } - handleAdd = () => { + handleAdd = (e) => { + e.stopPropagation() const { type, count, dataSource } = this.state const newData = { key: Utils.getuuid(), -- Gitblit v1.8.0