From 3ffd353a51c0daff3c7cc44ff6d0ad1045cc83c5 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 01 三月 2022 09:22:47 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/issue/issue_detl.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/issue/issue_detl.html b/src/main/webapp/views/issue/issue_detl.html
index 1082787..ae52105 100644
--- a/src/main/webapp/views/issue/issue_detl.html
+++ b/src/main/webapp/views/issue/issue_detl.html
@@ -374,9 +374,9 @@
             $.ajax({
                 url: baseUrl + "/issue/process/auth",
                 headers: {'token': localStorage.getItem('token')},
+                contentType: 'application/json;charset=UTF-8',
                 method: 'POST',
                 data: param,
-                contentType:'application/json;charset=UTF-8',
                 success: function (res) {
                     if (res.code === 200) {
                         layer.msg(res.msg, {icon: 1})

--
Gitblit v1.9.1