layui.tableSelect.render 报错 Cannot read property ‘getNodeByParam’ of null 解决
使用layui.tableSelect.render选择器,前端报错:Cannot read property ‘getNodeByParam’ of null

点进去,数据是正确读到了


发现原来是 lay-filter="" 写错了,要写成对应的tree 选择器 elem的名字,即lay-filter=“headPositionTid” 。 解决问题