自动化立体仓库 - WMS系统
1
zhang
2025-09-10 5ceb1fc9be10e20d1f6e59382b2d14c8034485cf
src/main/webapp/views/pdaResource/pdaResource.html
@@ -292,7 +292,7 @@
                    ids = obj.ids;
                }
                $.ajax({
                    url: baseUrl+"/resource/delete/auth",
                    url: baseUrl+"/pdaResource/delete/auth",
                    headers: {'token': localStorage.getItem('token')},
                    data: {ids: ids},
                    method: 'POST',