cnhis-design-vue 3.1.28-beta.1 → 3.1.28-beta.2

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.
@@ -268,7 +268,6 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
268
268
  await handleFormTheUniqueKey();
269
269
  }
270
270
  await table.loadData(await separate(formatList, data));
271
- table.setCurrentRow({});
272
271
  setCurrentPageRowChecked();
273
272
  setGroupTreeExpand();
274
273
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cnhis-design-vue",
3
- "version": "3.1.28-beta.1",
3
+ "version": "3.1.28-beta.2",
4
4
  "license": "ISC",
5
5
  "module": "./es/components/index.js",
6
6
  "main": "./es/components/index.js",
@@ -61,5 +61,5 @@
61
61
  "iOS 7",
62
62
  "last 3 iOS versions"
63
63
  ],
64
- "gitHead": "0539d078909e5911ab63a2c4fbac874e11012a15"
64
+ "gitHead": "f18092fc31cf689ddde52ef03d6484862aef55b4"
65
65
  }