修改已知问题

This commit is contained in:
qq787203167
2022-05-25 16:36:09 +08:00
parent 56eb985472
commit 7ce2e16364
@@ -1105,7 +1105,7 @@
msg: JSON.stringify(value).replace(/\"/g, '\''),
projectNameId: this.$route.query.projectNameId,
projectName: this.$route.query.projectName,
projectLawsInventoryId:value.id
projectLawsInventoryId:value.id,
taskAffirmDueDate: this.formInline.taskAffirmDueDate
}
postAction('/workFlow/startProcess', query).then((res) => {