实现功能,在左侧导航栏设置筛选字段,直接显示筛选字段类型下的所有记录
代码如下:
1 2 3 4 5 6 7 8 | function selectSingle(f) { $('#' + f).removeAttr('multiple'); $('#' + f).attr('size', '5'); } if (nuFormType() == 'edit') { selectSingle('fil_select'); } |
原文链接:https://xiaohost.com/3598.html,转载请注明出处。
评论0