自动化立体仓库 - WMS系统
zhangc
2024-12-19 73cddc1f15fbee51a0f79189f7df631361483b0d
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) {