前端
This commit is contained in:
parent
dec09acc57
commit
ed45134526
@ -919,7 +919,7 @@ if ($act == 'newevent') {
|
||||
function deletefujian(id){
|
||||
|
||||
if("<?=$isxfvrole?>" != "1" && "<?=$isxfyyerole?>" != "1" && "<?=$canEdit?>" != "1" && "<?=$isgxvrole?>" != "1" && "<?=$isgxyyerole?>" != "1" && "<?=$isgxcperole?>" != "1" && "<?=$isgxyferole?>" != "1" && "<?=$canEdit?>" != "1")return
|
||||
if (confirm("确定删除该附件???")) {
|
||||
if (confirm("确定删除该附件?")) {
|
||||
$.ajax({
|
||||
url: './?app=uploader&act=del',
|
||||
dataType: 'json',
|
||||
@ -931,12 +931,12 @@ if ($act == 'newevent') {
|
||||
console.log(res);
|
||||
alert('删除成功');
|
||||
showEventData(notid);
|
||||
textdisabled();
|
||||
// textdisabled();
|
||||
},
|
||||
error: function () {
|
||||
alert('数据异常,请稍后重试!!!');
|
||||
showEventData(notid);
|
||||
textdisabled();
|
||||
// textdisabled();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user