src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -269,14 +269,6 @@ duration: 5 }) return } else if (!['requiredSgl', 'notRequired', 'requiredOnce', 'required'].includes(btn.Ot)) { // 数据选择类型校验 notification.warning({ top: 92, message: '按钮行设置错误!', duration: 5 }) return } else if (btn.intertype === 'system') { // 使用内部接口时,操作类型和数据源不可为空 if (!btn.sql || !btn.sqlType) {