修改日期查询组建

This commit is contained in:
liaozetao
2024-05-08 16:39:59 +08:00
parent 2d28fbcb8f
commit c175d662e8

View File

@@ -67,6 +67,14 @@ export default {
init() {
this.$nextTick(function () {
let $this = this;
$('#startTime').datetimepicker({
format: 'hh:ii:00',
autoclose: true,
});
$('#endTime').datetimepicker({
format: 'hh:ii:00',
autoclose: true,
});
$this.initTable();
$('#btnSearch').click(function () {
$this.search();