29046
This commit is contained in:
		| @@ -326,7 +326,7 @@ export default { | ||||
|     changeTime() { | ||||
|       this.search.createTimeStart = '' | ||||
|       this.search.createTimeEnd = '' | ||||
|       if (this.stuTime.length) { | ||||
|       if (this.stuTime && this.stuTime.length) { | ||||
|         this.search.createTimeStart = this.stuTime[0] | ||||
|         this.search.createTimeEnd = this.stuTime[1] | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user