Files
gitlink-forgeplus/app/views/admins/repertoires/destroy.js.erb
2020-03-09 00:40:16 +08:00

2 lines
92 B
Plaintext

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