fmui-base 2.0.76 → 2.0.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -4620,6 +4620,8 @@ var PageHome = function (_React$Component) {
|
|
|
4620
4620
|
dataId: t.state.dataId,
|
|
4621
4621
|
taskId: t.state.taskId,
|
|
4622
4622
|
processInstanceId: t.state.processInstanceId,
|
|
4623
|
+
allEditIds: this.getAllEditIds(t.state.editFormData),
|
|
4624
|
+
formData: JSON.stringify(t.state.editFormData),
|
|
4623
4625
|
assignId: assignId,
|
|
4624
4626
|
assignName: assignName,
|
|
4625
4627
|
hasCommentField: t.state.hasCommentField,
|