centaline-data-driven 1.2.31 → 1.2.32
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
|
@@ -416,11 +416,11 @@ const ContactList = function (source,para ,callBack) {
|
|
|
416
416
|
updateData.push(newRow);
|
|
417
417
|
}
|
|
418
418
|
});
|
|
419
|
-
let strat
|
|
419
|
+
let strat=-1;
|
|
420
420
|
let count=0;
|
|
421
421
|
rtn._listData.forEach((v,i) => {
|
|
422
422
|
if(v[rtn.rowHiddenKey]===searchValue1){
|
|
423
|
-
if(strat
|
|
423
|
+
if(strat===-1)strat=i;
|
|
424
424
|
count=count+1;
|
|
425
425
|
}
|
|
426
426
|
});
|