当使用layui  layer.open();的时候,弹出层里面select一直隐藏无法显示。

搜了很多办法,在select加上lay-filter ="group",再渲染form.render('select','group');这样是没有成功的。

后面直接在leyer.open();成功的回调函数中form.render('select');这样就成功了;layui弹出层select无法显示

相关文章: