自动化立体仓库 - WMS系统
#
vincent
2020-05-25 e5d31b50665bb61328d73194eec68a8eaefbdb66
src/main/webapp/static/js/report/locMap.js
@@ -7,7 +7,7 @@
    function getLocTable(row){
        $.ajax({
            url: "/report/viewLocMapList.action",
            url: baseUrl+"/report/viewLocMapList.action",
            headers: {'token': localStorage.getItem('token')},
            data: {row: row},
            method: 'POST',