标签:rtt this his time log start color end ndt
mounted () {
$(function(){
$(‘#startTime,#endTime‘).change(function () {
console.log(‘xx‘)
var _this = $(this);
if ($(‘#startTime‘).val() > $(‘#endTime‘).val() && $(‘#endTime‘).val() != ‘‘) {
_this.val(‘‘);
alert(‘结束时间请大于开始时间‘);
}
})
})
this.getAjax()
// this.pickadayTimeFun(‘startTime‘),
// this.pickadayTimeFun(‘endTime‘)
},
标签:rtt this his time log start color end ndt
原文地址:https://www.cnblogs.com/SunShineM/p/9046827.html