From 8d7775828a9a4d705ee49dece90386c30f01421d Mon Sep 17 00:00:00 2001 From: duhui Date: Fri, 9 Jul 2021 14:43:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=AE=A1=E6=9C=8D=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/insertTiShenInfoPage.html | 11 +++-------- src/main/resources/templates/tishenInfoManager.html | 5 +---- src/main/resources/templates/updateTishenPage.html | 5 +---- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/src/main/resources/templates/insertTiShenInfoPage.html b/src/main/resources/templates/insertTiShenInfoPage.html index fa896f3..c6e2405 100644 --- a/src/main/resources/templates/insertTiShenInfoPage.html +++ b/src/main/resources/templates/insertTiShenInfoPage.html @@ -58,10 +58,7 @@ 对应服务器:
- +
@@ -114,9 +111,7 @@ function addTishenInfo() { var erroCode = $('.ERRINFO'); var _id = $("input[name='_id']").val(); - // var serverInfo = $("#serverInfoInput").val(); - var serverInfo = document.getElementById("serverInfo").value; - + var serverInfo = $("input[name='serverInfo']").val(); var remark = $("input[name='remark']").val(); if (_id === '' || _id == null) { @@ -130,7 +125,7 @@ JSON.stringify({ "_id": _id, "remark":remark, - "serverInfo": serverInfo, + "serverInfo": serverInfo }) , url: "/addTishenServer", diff --git a/src/main/resources/templates/tishenInfoManager.html b/src/main/resources/templates/tishenInfoManager.html index db895d6..75b5c48 100644 --- a/src/main/resources/templates/tishenInfoManager.html +++ b/src/main/resources/templates/tishenInfoManager.html @@ -50,10 +50,7 @@ - - 正式服 - 提审服 - + diff --git a/src/main/resources/templates/updateTishenPage.html b/src/main/resources/templates/updateTishenPage.html index e178da2..94072f4 100644 --- a/src/main/resources/templates/updateTishenPage.html +++ b/src/main/resources/templates/updateTishenPage.html @@ -58,10 +58,7 @@ 对应服务器:
- +