修复试卷bug

This commit is contained in:
flower 2018-12-21 23:54:58 +08:00
parent 923a6e49e8
commit 1dd83e714b
1 changed files with 1 additions and 3 deletions

View File

@ -177,9 +177,7 @@
$.tree.init(options);
function zOnClick(event, treeId, treeNode) {
if (treeNode.pId == null) {
return;
}
$("#examPaperCategoryId").val(treeNode.id);
$.table.search();
}