Browse Source

操作日志列表重置回第一页

pull/478/head
RuoYi 1 year ago
parent
commit
4933ea6d2f
  1. 2
      ruoyi-admin/src/main/resources/templates/monitor/operlog/operlog.html

2
ruoyi-admin/src/main/resources/templates/monitor/operlog/operlog.html

@ -181,7 +181,7 @@
resetDate();
$("#operlog-form")[0].reset();
$("#businessTypes").selectpicker('refresh');
$.table.search('operlog-form', 'bootstrap-table');
$.table.search('operlog-form', 'bootstrap-table', 1);
}
</script>
</body>

Loading…
Cancel
Save