(1)common.js中action change的代码移除
(2)initCommIpVal的调用改到common.js中
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
$(document)
|
||||
.ready(
|
||||
function() {
|
||||
initCommIpVal();
|
||||
//initCommIpVal();
|
||||
/* $("#cancel").on("click", function() {
|
||||
window.history.back();
|
||||
});
|
||||
});*/
|
||||
$(".action").on("change", function() {
|
||||
$("#serviceId").val($(this).attr("serviceId"));
|
||||
$("#protocolId").val($(this).attr("protocolId"));
|
||||
}); */
|
||||
});
|
||||
$("#serviceId").val($(".action:checked").attr("serviceId"));
|
||||
$("#protocolId").val($(".action:checked").attr("protocolId"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user