super-page-runtime 2.1.67 → 2.1.68

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.
@@ -2159,7 +2159,7 @@ function getWorkflowFormData(pageContext, id) {
2159
2159
  formNoRuleCode: pageContext.formNoRuleCode,
2160
2160
  isWorkflowEntity: true,
2161
2161
  systemCode,
2162
- functionCode: permissionPrefix + ".gets",
2162
+ functionCode: permissionPrefix + ".workflowGets",
2163
2163
  listCodesMap: pageContext.listCodesMap
2164
2164
  };
2165
2165
  console.log("getWorkflowFormData---listCodesMap=", pageContext.listCodesMap);
@@ -139,7 +139,7 @@ const standardFuncUrlMap = {
139
139
  {
140
140
  funcType: "AUTHENTICATED",
141
141
  //公用
142
- code: "completeTask.submitTask",
142
+ code: "completeTask.submit",
143
143
  path: "/workflow-commons/complete-tasks$POST"
144
144
  }
145
145
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-runtime",
3
- "version": "2.1.67",
3
+ "version": "2.1.68",
4
4
  "description": "AgileBuilder super page runtime",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",