|
|
@@ -342,8 +342,9 @@ |
|
|
|
this.screen.validInvalid = options.validInvalid |
|
|
|
} |
|
|
|
if (options.staTime) { |
|
|
|
|
|
|
|
this.staTime = options.staTime; |
|
|
|
this.endtime = options.endtime; |
|
|
|
this.endtime = options.endtime+' 23:59:59'; |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
@@ -555,6 +556,8 @@ |
|
|
|
let orderBy = 0; |
|
|
|
if (this.activeTotal == 5) { |
|
|
|
dateType = null; |
|
|
|
} else if (this.activeTotal == 3) { |
|
|
|
dateType = null; |
|
|
|
} else if (this.activeTotal == 4) { |
|
|
|
dateType = null; |
|
|
|
} else { |
|
|
|