自动化立体仓库 - WMS系统
*
lsh
2025-11-25 aa102b739e446f8d0d9fb64df2dd15f61e656010
src/main/webapp/views/deviceOperate/rgvOperate.html
@@ -105,7 +105,6 @@
    var app = new Vue({
        el: '#app',
        data: {
            baseUrlWcs: "http://127.0.0.1:9090/zzgtwcs",
            tableData: [],
            taskAllData: [],
            currentRow: null,
@@ -148,7 +147,7 @@
            getTaskAllData(index) {
                let that = this;
                $.ajax({
                    url: that.baseUrlWcs + "/rgv/task/cache/all",
                    url: baseUrlWcs + "/rgv/task/cache/all",
                    headers: {
                        'token': localStorage.getItem('token')
                    },
@@ -163,7 +162,7 @@
                let that = this;
                // console.log("✅ 准备请求:");
                $.ajax({
                    url: that.baseUrlWcs + "/rgv/status/all",
                    url: baseUrlWcs + "/rgv/status/all",
                    headers: {
                        'token': localStorage.getItem('token') || '' // 确保token不为null
                    },
@@ -221,7 +220,7 @@
                    type: 'warning'
                }).then(()=>{
                    $.ajax({
                        url: that.baseUrlWcs + "/rgv/run/"+method,
                        url: baseUrlWcs + "/rgv/run/"+method,
                        headers: {
                            'token': localStorage.getItem('token')
                        },