doway-coms 2.6.0 → 2.6.1

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": "doway-coms",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -632,4 +632,5 @@ export function getStepMaxValue(datas,fieldCode,step){
632
632
  tempDtlMaxSort = XEUtils.floor(tempDtlMaxSort, 0)
633
633
  tempDtlMaxSort = XEUtils.add(tempDtlMaxSort, 1)
634
634
  tempDtlMaxSort = XEUtils.multiply(tempDtlMaxSort, tempSortStep)
635
+ return tempDtlMaxSort
635
636
  }