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 + ".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.67",
4
4
  "description": "AgileBuilder super page runtime",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",