|
|
@ -271,7 +271,7 @@ |
|
|
'status': this.dataForm.status, |
|
|
'status': this.dataForm.status, |
|
|
'finalStatus': this.dataForm.finalStatus, |
|
|
'finalStatus': this.dataForm.finalStatus, |
|
|
'taskStartDate': this.dataForm.taskStartDate, |
|
|
'taskStartDate': this.dataForm.taskStartDate, |
|
|
'createdDate': this.dayjs().format("YYYY-MM-DD HH:mm:ss"), |
|
|
|
|
|
|
|
|
// 'createdDate': this.dayjs().format("YYYY-MM-DD HH:mm:ss"), |
|
|
'createdBy': this.$store.state.user.name, |
|
|
'createdBy': this.$store.state.user.name, |
|
|
'site': this.$store.state.user.site, |
|
|
'site': this.$store.state.user.site, |
|
|
'taskHeader': this.dataForm.taskHeader, |
|
|
'taskHeader': this.dataForm.taskHeader, |
|
|
|