修改方案数据&设备补召

This commit is contained in:
zhujiyan
2024-09-30 16:32:16 +08:00
parent cca15c2e8c
commit 67abe76339
9 changed files with 69 additions and 40 deletions

View File

@@ -10,7 +10,7 @@ export const yMethod = (arr: any) => {
maxValue = Math.max(...arr)
minValue = Math.min(...arr)
console.log('🚀 ~ yMethod ~ minValue:', minValue)
console.log('🚀 ~ yMethod ~ minValue:', minValue,maxValue)
// interval = (maxValue - minValue) / 4
// if (maxValue > 1000) {