doway-coms 2.11.17 → 2.11.18

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.11.17",
3
+ "version": "2.11.18",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -718,7 +718,7 @@ export function getStepMaxValue(datas, fieldCode, step) {
718
718
  )
719
719
  let tempDtlMaxSort = 0
720
720
  if (tempMaxObj) {
721
- tempDtlMaxSort = tempMaxObj.sort
721
+ tempDtlMaxSort = tempMaxObj[fieldCode]
722
722
  }
723
723
  tempDtlMaxSort = XEUtils.divide(tempDtlMaxSort, tempSortStep)
724
724
  tempDtlMaxSort = XEUtils.floor(tempDtlMaxSort, 0)