super-page-runtime 2.1.91 → 2.1.92

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.
@@ -123,7 +123,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
123
123
  }
124
124
  updateTable(resultData);
125
125
  resultData.hasRender = true;
126
- dataConfig.autoRefresh = false;
126
+ if (dataConfig) {
127
+ dataConfig.autoRefresh = false;
128
+ }
127
129
  }
128
130
  function updateTable(resultData) {
129
131
  setCustomColumns(resultData);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-runtime",
3
- "version": "2.1.91",
3
+ "version": "2.1.92",
4
4
  "description": "AgileBuilder super page runtime",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",