super-page-runtime 2.1.65 → 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
  ]
@@ -118,7 +118,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
118
118
  isSql: true,
119
119
  extraParam: {
120
120
  beanName: pageContext.beanName,
121
- functionCode: permissionPrefix + ".list",
121
+ functionCode: permissionPrefix + ".listData",
122
122
  tableName,
123
123
  systemCode: systemCode2,
124
124
  // 系统编码传给列表数据后台请求
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-runtime",
3
- "version": "2.1.65",
3
+ "version": "2.1.68",
4
4
  "description": "AgileBuilder super page runtime",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",