Browse Source

查找统计问题

master
qb 10 months ago
parent
commit
7019616c3c
  1. 2
      src/components/tablecmt/tablecmt.vue

2
src/components/tablecmt/tablecmt.vue

@ -490,6 +490,8 @@ const handleSelectionChange = (param: TableDataType[]) => {
iterator.value = 0;
}
if (selectarr.value.length === 0) return;
for (let index = 0; index < selectarr.value.length; index++) {
const val = selectarr.value[index];

Loading…
Cancel
Save