|
@@ -775,7 +775,7 @@
|
|
|
}
|
|
}
|
|
|
let myCreateOn = []
|
|
let myCreateOn = []
|
|
|
// 解析时间
|
|
// 解析时间
|
|
|
- if (this.CreateOn.length == 2) {
|
|
|
|
|
|
|
+ if (this.CreateOn && this.CreateOn.length == 2) {
|
|
|
this.CreateOn[1].setHours(23)
|
|
this.CreateOn[1].setHours(23)
|
|
|
this.CreateOn[1].setMinutes(59)
|
|
this.CreateOn[1].setMinutes(59)
|
|
|
this.CreateOn[1].setSeconds(59)
|
|
this.CreateOn[1].setSeconds(59)
|