From c666b6b25ba242b619d889c9e90d134658f6ad83 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 09 十一月 2023 22:20:04 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/tabviews/custom/popview/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/popview/index.jsx b/src/tabviews/custom/popview/index.jsx index 41b1473..3bbee80 100644 --- a/src/tabviews/custom/popview/index.jsx +++ b/src/tabviews/custom/popview/index.jsx @@ -527,6 +527,8 @@ if (group.subButton.verify && group.subButton.verify.invalid === 'true') { if (item.wrap.datatype === 'static') { group.subButton.verify.invalid = 'false' + } else if (item.setting && item.setting.maxScript && item.setting.maxScript >= 300) { + group.subButton.verify.invalid = 'false' } else if (group.subButton.intertype !== 'system' && group.subButton.procMode !== 'system') { group.subButton.verify.invalid = 'false' } else if (group.subButton.sqlType === 'insert') { @@ -643,6 +645,8 @@ if (cell.verify && cell.verify.invalid === 'true') { if (item.wrap && item.wrap.datatype === 'static') { cell.verify.invalid = 'false' + } else if (item.setting && item.setting.maxScript && item.setting.maxScript >= 300) { + cell.verify.invalid = 'false' } else if (cell.sqlType === 'insert') { cell.verify.invalid = 'false' } else if (cell.Ot === 'notRequired') { -- Gitblit v1.8.0