kz-ui-base 1.0.94 → 1.0.95

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.
@@ -710,7 +710,7 @@ export default class doubleBasePageTs extends ListBasePage {
710
710
  //表格分页
711
711
  multiplelistQueryParams = [];
712
712
  //表格数据
713
- multipleListData = [[{}, {}]];
713
+ multipleListData = [];
714
714
  //表格选中数据
715
715
  multipleCurrentEntity = [];
716
716
  rowNew = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kz-ui-base",
3
- "version": "1.0.94",
3
+ "version": "1.0.95",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {