|
|
|
@ -178,7 +178,7 @@
|
|
|
|
|
}
|
|
|
|
|
line.children().css("background-color", 'white');
|
|
|
|
|
id = line.children().last().html();
|
|
|
|
|
user_id = line.children().eq(5).html();
|
|
|
|
|
user_id = line.children().eq(6).html();
|
|
|
|
|
if(line.children().first().children().data('hasHistory') == 'Y'){
|
|
|
|
|
alert('该资源存在历史版本,不能删除');
|
|
|
|
|
return;
|
|
|
|
|