修改后台元数据附件管理中ajax删除附件的动作地址
This commit is contained in:
parent
c632fa75bf
commit
92f968ad89
|
@ -67,7 +67,7 @@ $('#file_upload').uploadify({
|
||||||
function deleteatt(attid){
|
function deleteatt(attid){
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type:"POST",
|
type:"POST",
|
||||||
url:'/upload/delreviewatt/id/'+attid,
|
url:'/service/delreviewatt/id/'+attid,
|
||||||
data:'',
|
data:'',
|
||||||
success:function(html){
|
success:function(html){
|
||||||
$('#uploadedItem_'+attid).remove();
|
$('#uploadedItem_'+attid).remove();
|
||||||
|
|
Loading…
Reference in New Issue