src/tabviews/zshare/actionList/newpagebutton/index.jsx
@@ -55,7 +55,15 @@ let data = record || selectedData || [] if (btn.Ot === 'requiredSgl' && data.length !== 1) { if (btn.Ot && btn.Ot !== 'notRequired' && data.length === 0) { // 需要选择行时,校验数据 notification.warning({ top: 92, message: this.state.dict['main.action.confirm.selectline'], duration: 5 }) return } else if (btn.Ot === 'requiredSgl' && data.length !== 1) { // 需要选择单行时,校验数据 notification.warning({ top: 92,