修改已知问题
This commit is contained in:
@@ -1105,7 +1105,7 @@
|
|||||||
msg: JSON.stringify(value).replace(/\"/g, '\''),
|
msg: JSON.stringify(value).replace(/\"/g, '\''),
|
||||||
projectNameId: this.$route.query.projectNameId,
|
projectNameId: this.$route.query.projectNameId,
|
||||||
projectName: this.$route.query.projectName,
|
projectName: this.$route.query.projectName,
|
||||||
projectLawsInventoryId:value.id
|
projectLawsInventoryId:value.id,
|
||||||
taskAffirmDueDate: this.formInline.taskAffirmDueDate
|
taskAffirmDueDate: this.formInline.taskAffirmDueDate
|
||||||
}
|
}
|
||||||
postAction('/workFlow/startProcess', query).then((res) => {
|
postAction('/workFlow/startProcess', query).then((res) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user