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

2 lines
180 B
Plaintext

$.notify({ message: '操作成功' });
$('.laboratory-list-container .laboratory-item-<%= current_laboratory.id %> .laboratory-user-item-<%= @laboratory_user.user_id %>').remove();