layui使用动态渲染表单数据

//动态更新或局部更新
form.render(); //更新全部
form.render('select'); //刷新select选择框渲染
原文地址:https://www.cnblogs.com/liushuaibiao/p/13045190.html