src/main/webapp/static/js/allo/allo.js
@@ -1,17 +1,5 @@ var pageCurr; getParentNode(); function getParentNode(el) { http.post(baseUrl + "/parent/node/group", {type: 2}, function (res) { if (res.data != null) { var tpl = $("#parentNodeGroup").html(); var template = Handlebars.compile(tpl); var html = template(res); $('#parentId').append(html); } }); } layui.use(['table','laydate', 'form'], function(){ var table = layui.table; var $ = layui.jquery;