Authored by chenchao

off event first

... ... @@ -41,6 +41,7 @@ var displayEdit={
bindEvent:function(){
var _g=this;
var e=_g.edit;
$("#save_display").off();
$(document).on('click','#save_display',function () {
e.submit(_g.saveUrl, function (option) {
... ...