模态框关闭后清除数据

mac2025-06-02  76

$("#err_dept_modal").on('hide.bs.modal',function() { //关闭后重置表单数据 window.location.reload(); });

 

最新回复(0)