自动化立体仓库 - WMS系统
whycq
2023-11-14 e3b9215ac5e9e2f430c3fe356549f18363d6dd6a
src/main/webapp/static/js/locDetl/locDetl.js
@@ -199,7 +199,7 @@
                    };
                    var loadIndex = layer.msg('正在导出...', {icon: 16, shade: 0.01, time: false});
                    $.ajax({
                        url: baseUrl+"/locDetl/export/auth",
                        url: baseUrl+"/locDetl/export/auth/v2",
                        headers: {'token': localStorage.getItem('token')},
                        data: JSON.stringify(param),
                        dataType:'json',