自动化立体仓库 - WMS系统
*
lsh
2025-11-25 af9df8d638cb1db1e298b0081ca385fa622ab38f
*
1个文件已修改
9 ■■■■■ 已修改文件
src/main/webapp/views/deviceOperate/rgvOperate.html 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/deviceOperate/rgvOperate.html
@@ -153,9 +153,6 @@
                    },
                    data: {rgvNo: index},
                    method: 'POST',
                    xhrFields: {
                        withCredentials: true // 重要:允许携带凭证
                    },
                    success: function (res) {
                        that.taskAllData = res.data
                    }
@@ -170,9 +167,6 @@
                        'token': localStorage.getItem('token') || '' // 确保token不为null
                    },
                    method: 'GET',
                    xhrFields: {
                        withCredentials: true // 关键:允许携带凭证
                    },
                    success: function (res) {
                        // console.log("✅ 请求成功,响应数据:", res);
                        if (res.code === 200) {
@@ -233,9 +227,6 @@
                        },
                        data: this.formParam,
                        method: 'POST',
                        xhrFields: {
                            withCredentials: true // 重要:允许携带凭证
                        },
                        success: function (res) {
                            if (res.code == 200) {
                                that.$message({