This commit is contained in:
ex_zhangwenlei@exiot.cmcc
2024-01-10 00:52:34 +08:00
parent f34e850ff0
commit f0a62aacb5
21 changed files with 694 additions and 373 deletions

View File

@@ -1,5 +1,5 @@
// 筛选人员数据
export const filterData = (tableData: any[],localRowCount: number) => {
export const filterData = (tableData: any[],localRowCount: number,startIndex=0) => {
const dataLength = tableData.length
let j = 0;
for (let i = 0; i < dataLength; i++) {