修改日期查询组建
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user