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

2 lines
92 B
Plaintext
Raw Normal View History

2020-03-09 00:40:16 +08:00
$.notify({ message: '删除成功' });
$(".discipline-item-<%= @repertoire_id %>").remove();