vue2-components-plus 1.0.27 → 1.0.28
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.
|
@@ -411,9 +411,8 @@ function handleReset() {
|
|
|
411
411
|
}
|
|
412
412
|
|
|
413
413
|
function handleSelectionChange(selection) {
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
}
|
|
414
|
+
console.log('选中切换', selection)
|
|
415
|
+
if (!selection) return
|
|
417
416
|
}
|
|
418
417
|
|
|
419
418
|
function getSelectedRows() {
|