cd42fd9f by yangjianbin

init

1 parent 9895af27
...@@ -246,6 +246,10 @@ ...@@ -246,6 +246,10 @@
246 }); 246 });
247 } 247 }
248 248
249 function reload() {
250 table.fnDraw();
251 }
252
249 function del(id) { 253 function del(id) {
250 layer.confirm('一旦删除员工账号将无法恢复, 请谨慎操作!', { 254 layer.confirm('一旦删除员工账号将无法恢复, 请谨慎操作!', {
251 btn: ['确认注销','取消'], 255 btn: ['确认注销','取消'],
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!