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

2 lines
100 B
Plaintext

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