Просмотр исходного кода

调整项目管理的时间段

Lijy 2 лет назад
Родитель
Сommit
26b0c06278
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

@@ -3460,7 +3460,7 @@ a {
                     inchagerId: this.inchagerId,
                     participation: this.participationId,
                 }
-                if(this.createDate.length > 0) {
+                if(this.createDate) {
                     parameter.startDate = this.createDate[0]
                     parameter.endDate = this.createDate[1]
                 }