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

2 lines
100 B
Plaintext
Raw Normal View History

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