提交 66918ab5 编写于 作者: zhouweidong's avatar zhouweidong

fixed

上级 b7a32a82
......@@ -159,7 +159,7 @@ public class DAGridCoreResource {
jsonObject.put("disabled",entity.getDisabled());
jsonArray.add(jsonObject);
}
result = getTrees(jsonArray,"");
result = getTrees(jsonArray,optionId);
return ResponseEntity.ok().body(result);
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册