배치 날짜 조회 기간 오류 패치

This commit is contained in:
Leeminha
2022-11-09 13:39:13 +09:00
parent 807346c2df
commit 06ed87c3c2

View File

@@ -285,14 +285,9 @@ 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') {
this.disabledSDate = {from: this.endDate};
this.disabledEDate = {to: this.startDate, from: new Date()};
}
}
},
async runExecuteJob(){