自动化立体仓库 - WMS系统
1
zhangc
2025-02-25 a7ec33be10c9c70d1dd9efbce7248b008f899ed5
src/main/webapp/static/js/role/rolePower.js
@@ -12,7 +12,7 @@
        data: parent.powerTreeData,
        isJump: true
    });
    console.log(parent.powerTreeData)
    loadPower();
    function loadPower(){
        $.ajax({
@@ -42,7 +42,7 @@
        console.log(checkData)
        checkData.map(function (obj) {
            obj.children.map(function (resource) {
                console.log(resource)
                //console.log(resource)
                var childrens = [];
                if (resource.children) {
                    resource.children.map(function (resource) {