Browse Source

Merge remote-tracking branch 'origin/master'

韩帛霖 1 year ago
parent
commit
1ea2f867d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zkqy-ui/src/views/bussiness/processMange.vue

+ 1 - 1
zkqy-ui/src/views/bussiness/processMange.vue

@@ -585,7 +585,7 @@ export default {
         implementationName: this.row.benmTaskAutomaticScriptTriggerType, //当前节点绑定的脚本名
         implementationName: this.row.benmTaskAutomaticScriptTriggerType, //当前节点绑定的脚本名
         // taskProcessXmlContent: this.row.bepTaskProcessXmlContent, //当前流程xml
         // taskProcessXmlContent: this.row.bepTaskProcessXmlContent, //当前流程xml
         tableName: this.tableName,
         tableName: this.tableName,
-        formDataMap: JSON.stringify(JSON.parse(JSON.stringify(formData))), //自定义表单组件收集的表单数据
+        formDataMapString: JSON.stringify(formData), //自定义表单组件收集的表单数据
         taskNodeType: this.backExceptionTaskList.includes(
         taskNodeType: this.backExceptionTaskList.includes(
           this.row.benTaskNodeFormKey
           this.row.benTaskNodeFormKey
         )
         )