去掉cancel按钮的重复事件
This commit is contained in:
@@ -592,10 +592,6 @@ $(function(){
|
||||
window.history.back();
|
||||
return false;
|
||||
});
|
||||
$("#cancel").on("click",function(){
|
||||
window.history.back();
|
||||
return false;
|
||||
});
|
||||
$("button[id='audit']").on("click",function(){
|
||||
$("input[name='isValid']").val(1);
|
||||
$("input[name='isAudit']").val(1);
|
||||
|
||||
Reference in New Issue
Block a user