@factoringplus/pl-components-pack-v3 0.1.63 → 0.1.64
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.
|
@@ -35484,9 +35484,6 @@ const _sfc_main$1 = /* @__PURE__ */ Object.assign(__default__$1, {
|
|
|
35484
35484
|
};
|
|
35485
35485
|
const plTable = ref(null);
|
|
35486
35486
|
const { toggleRowSelection } = toRefs(props);
|
|
35487
|
-
setTimeout(() => {
|
|
35488
|
-
console.log(plTable.value, "plTable");
|
|
35489
|
-
}, 3e3);
|
|
35490
35487
|
watch(toggleRowSelection, (newValue) => {
|
|
35491
35488
|
if (newValue.length > 0) {
|
|
35492
35489
|
newValue.forEach((e2) => {
|