|
|
|
|
@ -2141,7 +2141,7 @@ class IotCarePlanFR200 extends Component<any, any> {
|
|
|
|
|
// Allnum = Math.floor(Allnum / 3);
|
|
|
|
|
|
|
|
|
|
let nursingData = {
|
|
|
|
|
nursingTime:result,
|
|
|
|
|
// nursingTime:result,
|
|
|
|
|
nursingData:JSON.stringify({
|
|
|
|
|
faceEnergy, max, min, average, groupedAa
|
|
|
|
|
})
|
|
|
|
|
@ -2158,7 +2158,6 @@ class IotCarePlanFR200 extends Component<any, any> {
|
|
|
|
|
// 向下取整
|
|
|
|
|
Allnum = Math.floor(Allnum / 3);
|
|
|
|
|
let nursingData = {
|
|
|
|
|
|
|
|
|
|
nursingData:JSON.stringify({
|
|
|
|
|
Allnum,GearData
|
|
|
|
|
})
|
|
|
|
|
@ -2168,6 +2167,7 @@ class IotCarePlanFR200 extends Component<any, any> {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 计算挡位
|
|
|
|
|
determineTier = (sun) => {
|
|
|
|
|
// 定义每档的范围
|
|
|
|
|
|