#
luxiaotao1123
2021-04-02 f60c1f9586393ba49065f90f80aca34441d2a6f7
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;