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

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

@@ -13,9 +13,6 @@
$(document)
.ready(
function() {
$("#cancel").on("click", function() {
window.history.back();
});
$(".action").on("change", function() {
$("#serviceId").val($(this).attr("serviceId"));
$("#protocolId").val($(this).attr("protocolId"));