일별 통계 날짜 선택 오류 수정

This commit is contained in:
kubo8
2022-12-22 15:50:42 +09:00
parent 18c0142b6a
commit 9af4afdc55

View File

@@ -487,7 +487,6 @@ export default {
closeDate(type) {
if (type != undefined && type != null) {
if (type == 'start') {
this.disabledSDate = { from: this.endDate };
this.disabledEDate = { to: this.startDate, from: this.endDate };
} else if (type == 'end') {
let stDate = new Date(this.startDate);