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