dever 7 年之前
父节点
当前提交
7ac9ba40b1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      assets/lib/manage/main.js

+ 2 - 2
assets/lib/manage/main.js

@@ -913,7 +913,7 @@ function checkbox()
 						
 						if(next.length)
 						{
-							//next.attr('disabled', false);
+							next.attr('disabled', false);
 						}
 					}
 					else
@@ -940,7 +940,7 @@ function checkbox()
 						
 						if(next.length)
 						{
-							//next.attr('disabled', true);
+							next.attr('disabled', true);
 						}
 					}
 				})