自动化立体仓库 - WMS系统
*
lsh
2025-11-25 17d50c60a34213016047028148418f3c906f889e
src/main/webapp/views/deviceOperate/rgvOperate.html
@@ -5,6 +5,7 @@
    <meta charset="UTF-8">
    <title>RGV设备</title>
    <link rel="stylesheet" href="../../static/css/element.css">
    <link rel="stylesheet" href="../../static/css/element-ui.css">
    <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
    <script type="text/javascript" src="../../static/js/common.js"></script>
    <script type="text/javascript" src="../../static/js/vue.min.js"></script>
@@ -153,9 +154,6 @@
                    },
                    data: {rgvNo: index},
                    method: 'POST',
                    xhrFields: {
                        withCredentials: true // 重要:允许携带凭证
                    },
                    success: function (res) {
                        that.taskAllData = res.data
                    }
@@ -170,9 +168,6 @@
                        'token': localStorage.getItem('token') || '' // 确保token不为null
                    },
                    method: 'GET',
                    xhrFields: {
                        withCredentials: true // 关键:允许携带凭证
                    },
                    success: function (res) {
                        // console.log("✅ 请求成功,响应数据:", res);
                        if (res.code === 200) {
@@ -233,9 +228,6 @@
                        },
                        data: this.formParam,
                        method: 'POST',
                        xhrFields: {
                            withCredentials: true // 重要:允许携带凭证
                        },
                        success: function (res) {
                            if (res.code == 200) {
                                that.$message({