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

2 lines
106 B
Plaintext

$.notify({ message: '操作成功' },{ type: 'success' });
$(".salesman-item-<%= params[:id]%>").remove();