|
|
@@ -1395,7 +1395,7 @@ function backupAllAnswer(answerJson, statusType) {
|
|
|
$(item).find('input').prop('checked', ischecked);
|
|
|
//还原打勾效果
|
|
|
if (ischecked && statusType == 0) {
|
|
|
- clickCheckBox(answerid);
|
|
|
+ $(".cBoxCls_" +answerid).attr("data-status", "1");
|
|
|
}
|
|
|
//已提交,已评阅,还原HTML代码,去除checkbox
|
|
|
if (statusType == 1 || statusType == 2) {
|