From 7bc44b8b3e88950fd2ff553f41dd0a01198f27ca Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 09 十一月 2023 15:06:41 +0800 Subject: [PATCH] 2023-11-09 --- src/tabviews/custom/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx index 9fc21a2..353ccd8 100644 --- a/src/tabviews/custom/index.jsx +++ b/src/tabviews/custom/index.jsx @@ -802,7 +802,7 @@ } if (group.subButton.verify && group.subButton.verify.invalid === 'true') { - if (item.wrap.datatype === 'static') { + if (item.wrap.datatype === 'static' || item.wrap.datatype === 'public') { group.subButton.verify.invalid = 'false' } else if (group.subButton.sqlType === 'insert') { group.subButton.verify.invalid = 'false' @@ -929,7 +929,7 @@ } if (cell.verify && cell.verify.invalid === 'true') { - if (item.wrap && item.wrap.datatype === 'static') { + if (item.wrap && (item.wrap.datatype === 'static' || item.wrap.datatype === 'public')) { cell.verify.invalid = 'false' } else if (cell.intertype !== 'system' && cell.procMode !== 'system') { cell.verify.invalid = 'false' -- Gitblit v1.8.0