Browse Source

报告归档详情申请时间展示

sangwenwei 1 year ago
parent
commit
f88905696a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/cw/projectReportArchive/ProjectReportArchiveForm.vue

+ 1 - 1
src/views/cw/projectReportArchive/ProjectReportArchiveForm.vue

@@ -481,7 +481,7 @@
               this.inputForm.workAttachmentDtoList = []
             }
             if (this.commonJS.isEmpty(this.inputForm.createDate)) {
-              this.inputForm.createDate = this.moment(new Date()).format('YYYY-MM-DD HH:mm:ss')
+              this.inputForm.createDate = data.createTime
             }
             if (this.commonJS.isEmpty(this.inputForm.createBy.name)) {
               this.inputForm.createBy.name = this.$store.state.user.name