main
黄海 6 months ago
parent 3b5c4db741
commit 0639a882d4

@ -25,8 +25,7 @@ public class YunXiaoController extends Controller {
//@IsLoginInterface({}) //@IsLoginInterface({})
public void getDatasetTree() { public void getDatasetTree() {
List<Record> list = ym.getDatasetTree(); List<Record> list = ym.getDatasetTree();
System.out.println(list); renderJson(CommonUtil.renderJsonForLayUI(list));
renderJson(list);
} }
/** /**

Loading…
Cancel
Save