对接握手流程
This commit is contained in:
@@ -828,9 +828,11 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
startProcess(value) {
|
startProcess(value) {
|
||||||
|
let handlingTime = moment(new Date()).format('YYYY-MM-DD HH:mm:ss')
|
||||||
let query = {
|
let query = {
|
||||||
type: 1,
|
type: 1,
|
||||||
msg: value,
|
msg: value,
|
||||||
|
handlingTime:handlingTime,
|
||||||
projectNameId:this.$route.query.projectNameId,
|
projectNameId:this.$route.query.projectNameId,
|
||||||
projectName:this.$route.query.projectName,
|
projectName:this.$route.query.projectName,
|
||||||
taskAffirmDueDate: this.formInline.taskAffirmDueDate,
|
taskAffirmDueDate: this.formInline.taskAffirmDueDate,
|
||||||
|
|||||||
Reference in New Issue
Block a user