From b33a8a0d8b3bc97ecb02b25058e937f147922ff1 Mon Sep 17 00:00:00 2001 From: shuzheng <469741414@qq.com> Date: Sun, 19 Feb 2017 17:12:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E8=A1=A8=E5=8D=95=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/webapp/WEB-INF/jsp/manage/system/update.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/system/update.jsp b/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/system/update.jsp index 40c7782d..e564fdbc 100644 --- a/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/system/update.jsp +++ b/zheng-upms/zheng-upms-server/src/main/webapp/WEB-INF/jsp/manage/system/update.jsp @@ -6,8 +6,8 @@ <%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <%@taglib prefix="shiro" uri="http://shiro.apache.org/tags" %> -
-
+
+
@@ -47,7 +47,7 @@ function createSubmit() { $.ajax({ type: 'post', url: '${basePath}/manage/system/update/${system.systemId}', - data: $('#createForm').serialize(), + data: $('#updateForm').serialize(), beforeSend: function() { if ($('#title').val() == '') { $('#title').focus();