forgeplus/app/views/admins/sub_repertoires/destroy.js.erb

2 lines
100 B
Plaintext

$.notify({ message: '删除成功' });
$(".sub-repertoire-item-<%= @sub_repertoire_id %>").remove();