super-page-runtime 2.1.65 → 2.1.67
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.
|
@@ -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
|
// 系统编码传给列表数据后台请求
|