解决配置新增界面取消按钮跳转问题.

This commit is contained in:
zhangwenqing
2018-08-27 16:31:42 +08:00
parent ed5a25afdc
commit 5f93a39d3f
23 changed files with 3 additions and 72 deletions

View File

@@ -5,9 +5,6 @@
<title><spring:message code="${cfgName}"></spring:message></title>
<script type="text/javascript">
$(function(){
$("#cancel").on("click",function(){
window.history.back();
});
$(".action").on("change", function() {
$("#serviceId").val($(this).attr("serviceId"));
});