zmdms-webui 1.6.7 → 1.6.8

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.
@@ -80,7 +80,7 @@ var Table = function (props) {
80
80
  if (isAutoScrollY) {
81
81
  return __assign(__assign({}, scroll), { y: scrolly });
82
82
  }
83
- return scroll;
83
+ return scroll || {};
84
84
  }, [scroll, currentTableDataSource, virtualKey, scrolly, isAutoScrollY]);
85
85
  // 内部分页相关配置
86
86
  var _t = useInnerPagination(isInnerPagination, innerPaginationPageSize, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zmdms-webui",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "private": false,
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",