mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 01:04:20 +09:00
배치 날짜 조회 기간 오류 패치
This commit is contained in:
@@ -285,14 +285,9 @@ export default {
|
|||||||
},
|
},
|
||||||
closeDate(type) {
|
closeDate(type) {
|
||||||
if (type != undefined && type != null) {
|
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.disabledSDate = {from: this.endDate};
|
||||||
this.disabledEDate = {to: this.startDate, from: new Date()};
|
this.disabledEDate = {to: this.startDate, from: new Date()};
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
async runExecuteJob(){
|
async runExecuteJob(){
|
||||||
|
|||||||
Reference in New Issue
Block a user