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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.2.31",
3
+ "version": "1.2.32",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -416,11 +416,11 @@ const ContactList = function (source,para ,callBack) {
416
416
  updateData.push(newRow);
417
417
  }
418
418
  });
419
- let strat=0;
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===0)strat=i;
423
+ if(strat===-1)strat=i;
424
424
  count=count+1;
425
425
  }
426
426
  });