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 + ".
|
|
2162
|
+
functionCode: permissionPrefix + ".workflowGets",
|
|
2163
2163
|
listCodesMap: pageContext.listCodesMap
|
|
2164
2164
|
};
|
|
2165
2165
|
console.log("getWorkflowFormData---listCodesMap=", pageContext.listCodesMap);
|
|
@@ -118,7 +118,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
118
118
|
isSql: true,
|
|
119
119
|
extraParam: {
|
|
120
120
|
beanName: pageContext.beanName,
|
|
121
|
-
functionCode: permissionPrefix + ".
|
|
121
|
+
functionCode: permissionPrefix + ".listData",
|
|
122
122
|
tableName,
|
|
123
123
|
systemCode: systemCode2,
|
|
124
124
|
// 系统编码传给列表数据后台请求
|