src/tabviews/zshare/actionList/normalbutton/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -425,6 +425,13 @@ duration: 5 }) return false } else if (btn.Ot !== 'notRequired' && data[0] && !data[0].$$uuid) { notification.warning({ top: 92, message: '未获取到ID值!', duration: 5 }) return false } else if (btn.Ot === 'requiredSgl' && data.length !== 1) { // 需要选择单行时,校验数据 notification.warning({