修复试卷bug
This commit is contained in:
parent
923a6e49e8
commit
1dd83e714b
|
|
@ -177,9 +177,7 @@
|
||||||
$.tree.init(options);
|
$.tree.init(options);
|
||||||
|
|
||||||
function zOnClick(event, treeId, treeNode) {
|
function zOnClick(event, treeId, treeNode) {
|
||||||
if (treeNode.pId == null) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
$("#examPaperCategoryId").val(treeNode.id);
|
$("#examPaperCategoryId").val(treeNode.id);
|
||||||
$.table.search();
|
$.table.search();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue