#
luxiaotao1123
2021-04-09 b0b2378ee01defd753805f21851849659038770c
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;