修复 checkbox 在初始设置半选时,点图标未恢复成选中状态的问题
This commit is contained in:
parent
6172e1d8cb
commit
fcc30e1b24
@ -658,7 +658,7 @@ layui.define(['lay', 'layer', 'util'], function(exports){
|
|||||||
// 半选
|
// 半选
|
||||||
if (check[0].indeterminate) {
|
if (check[0].indeterminate) {
|
||||||
check[0].indeterminate = false;
|
check[0].indeterminate = false;
|
||||||
reElem.find(CLASS.SUBTRA).removeClass(CLASS.SUBTRA).addClass('layui-icon-ok')
|
reElem.find('.'+ CLASS.SUBTRA).removeClass(CLASS.SUBTRA).addClass('layui-icon-ok');
|
||||||
}
|
}
|
||||||
|
|
||||||
// 开关
|
// 开关
|
||||||
|
Loading…
Reference in New Issue
Block a user