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

2 lines
92 B
Plaintext

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