From d49124329b0119ba0ce7c69afbe2b864209e2495 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 25 十月 2023 11:58:11 +0800 Subject: [PATCH] 2023-10-25 --- src/tabviews/custom/components/table/edit-table/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/table/edit-table/index.jsx b/src/tabviews/custom/components/table/edit-table/index.jsx index 3922902..359886a 100644 --- a/src/tabviews/custom/components/table/edit-table/index.jsx +++ b/src/tabviews/custom/components/table/edit-table/index.jsx @@ -176,6 +176,10 @@ _config.colsCtrls = null } + if (setting.commit === 'blur') { + setting.hasSubmit = false + } + this.setState({ pageSize: setting.pageSize || 10, BID: BID || '', -- Gitblit v1.8.0