浏览代码

调整项目管理的时间段

Lijy 2 年之前
父节点
当前提交
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]
                 }