cnhis-design-vue 2.1.92 → 2.1.93

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cnhis-design-vue",
3
- "version": "2.1.92",
3
+ "version": "2.1.93",
4
4
  "description": "前端业务UI库",
5
5
  "keyword": "cnhis-design-vue vue cnhis",
6
6
  "homepage": "http://dv.cnhis.com/",
@@ -2413,6 +2413,7 @@ export default create({
2413
2413
  点击未选中的数据,会清空已选中的数据
2414
2414
  table.setAllCheckboxRow(false);
2415
2415
  */
2416
+ table?.setAllCheckboxRow(false);
2416
2417
  this.$set(this, 'checkedRows', [row]);
2417
2418
  this.pubCheckChange([row]);
2418
2419
  rowVal = row;