/*选择复选框变动事件*/
functionchangeCBDealLine(){
if($("#cbDeadline").attr("checked")){
$("#trDL").show();
}else{
$("#trDL").hide();
}
}
转载于:https://blog.51cto.com/agilitygod/1419394
/*选择复选框变动事件*/
functionchangeCBDealLine(){
if($("#cbDeadline").attr("checked")){
$("#trDL").show();
}else{
$("#trDL").hide();
}
}
转载于:https://blog.51cto.com/agilitygod/1419394