Ver código fonte

调整项目管理的时间段

Lijy 2 anos atrás
pai
commit
26b0c06278

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