leeq

Results 2 comments of leeq

demo地址:https://github.com/leikui/wot-starter-retail.git

export const getFormRuleDescription = (tree) => { const getTree = (children) => { const tree = []; children && children.forEach(rule => { if (rule.field) { rule.children = getTree(rule.children || []);...