资源新样式删除功能
This commit is contained in:
parent
4c71e525a7
commit
07678e367e
|
@ -178,7 +178,7 @@
|
||||||
}
|
}
|
||||||
line.children().css("background-color", 'white');
|
line.children().css("background-color", 'white');
|
||||||
id = line.children().last().html();
|
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'){
|
if(line.children().first().children().data('hasHistory') == 'Y'){
|
||||||
alert('该资源存在历史版本,不能删除');
|
alert('该资源存在历史版本,不能删除');
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue