自动化立体仓库 - WMS系统
zhangc
2024-12-31 83b8b7cecfe8266a44bfce696d857b3be7149e3f
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) {