自动化立体仓库 - WMS系统
#
vincent
2020-05-25 1c88c97031787a002146bf9b614c38efcd1ed461
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',