mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 18:56:18 +09:00
일별 통계 날짜 선택 오류 수정
This commit is contained in:
@@ -487,7 +487,6 @@ export default {
|
|||||||
closeDate(type) {
|
closeDate(type) {
|
||||||
if (type != undefined && type != null) {
|
if (type != undefined && type != null) {
|
||||||
if (type == 'start') {
|
if (type == 'start') {
|
||||||
this.disabledSDate = { from: this.endDate };
|
|
||||||
this.disabledEDate = { to: this.startDate, from: this.endDate };
|
this.disabledEDate = { to: this.startDate, from: this.endDate };
|
||||||
} else if (type == 'end') {
|
} else if (type == 'end') {
|
||||||
let stDate = new Date(this.startDate);
|
let stDate = new Date(this.startDate);
|
||||||
|
|||||||
Reference in New Issue
Block a user