coolhub
coolhub
### Description [MFSU] require() syntax found in /**/src/.umi/SulaConfigProviderWrapper.js, which will broken the MFSU prebuild match, please change to esm module import. ### Solution
### Versions - sula: 1.0.0-beta.5 - umi-plugin-sula: 1.0.0-beta.1 - OS: MacOS 10.15 - Browser: Chrome ### Steps to reproduce ``` eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src ``` ### What is...
尝试使用checkboxEvent, 子表checkbox状态会出现错乱 ```javascript ,checkboxEvent: function (obj) { if (obj.type === 'one'){ layer.msg('父表 checkbox 事件,是否选中:' + obj.checked) var es = obj.tr.next('.childTr').find('input[type=checkbox]'); for(var i = 0; i < es.length; i++) { if...