...
|
...
|
@@ -33,7 +33,6 @@ if(lock_type==1){ |
|
|
}, true);
|
|
|
}
|
|
|
|
|
|
|
|
|
/*配置模块*/
|
|
|
var edit = new common.edit2(".modal-body", {
|
|
|
bucket: "yhb-img01"
|
...
|
...
|
@@ -454,6 +453,16 @@ $(document).on("change", ".observe", function () { |
|
|
});
|
|
|
});
|
|
|
|
|
|
window.onbeforeunload = function(){
|
|
|
if(lock_type==1){
|
|
|
common.util.__ajax({
|
|
|
url: "/resources/updateLock",
|
|
|
data: {id: param,
|
|
|
status:0}
|
|
|
}, function () {
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
/*删除*/
|
|
|
$(document).on("click", ".del", function () {//删除
|
|
|
if(!checkLockStatus()){
|
...
|
...
|
@@ -1603,4 +1612,4 @@ function validateRollingOverContent(data) { |
|
|
}
|
|
|
|
|
|
return errArr;
|
|
|
} |
|
|
\ No newline at end of file |
|
|
} |
...
|
...
|
|