This commit is contained in:
liuye
2022-04-11 16:11:47 +08:00
parent a6f4458327
commit 9f3b8d7416

View File

@@ -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]
}