调整
This commit is contained in:
parent
8155373958
commit
5167828ff8
@ -591,7 +591,7 @@ export function dealHealthy(customerHealthy) {
|
|||||||
motionStr += customerHealthy.otherMotionClassify
|
motionStr += customerHealthy.otherMotionClassify
|
||||||
? `,${customerHealthy.otherMotionClassify}`
|
? `,${customerHealthy.otherMotionClassify}`
|
||||||
: "";
|
: "";
|
||||||
customerHealthy.motion = motionStr.replaceAll(",", ",");
|
customerHealthy.motion = motionStr;
|
||||||
}
|
}
|
||||||
if (customerHealthy.hasOwnProperty("motionField")) {
|
if (customerHealthy.hasOwnProperty("motionField")) {
|
||||||
customerHealthy.motionField += customerHealthy.otherMotionField
|
customerHealthy.motionField += customerHealthy.otherMotionField
|
||||||
|
Loading…
x
Reference in New Issue
Block a user