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