自动化立体仓库 - WMS系统
#
zzgtfwq
2 天以前 f5c89a9b01b0cae70a7e0ccd878fb75121743929
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')
                        },