From af9df8d638cb1db1e298b0081ca385fa622ab38f Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 25 十一月 2025 09:04:20 +0800
Subject: [PATCH] *
---
src/main/webapp/views/deviceOperate/rgvOperate.html | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/src/main/webapp/views/deviceOperate/rgvOperate.html b/src/main/webapp/views/deviceOperate/rgvOperate.html
index baef22b..36755bd 100644
--- a/src/main/webapp/views/deviceOperate/rgvOperate.html
+++ b/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({
--
Gitblit v1.9.1