form表单的验证validator如何传递参数
摘要:背景:很多表单内容需要动态的添加项 如某个字段是一个数组,数组里需要增减对象,想对对象的的值进行校验或动态联动校验 config: [ { age: null, test: null, number: null }, { age: null, test: null, number: null } ]
阅读全文
posted @ 2021-04-12 17:11