This commit is contained in:
huangdeliang 2021-03-15 14:11:22 +08:00
parent 8155373958
commit 5167828ff8

@ -591,7 +591,7 @@ export function dealHealthy(customerHealthy) {
motionStr += customerHealthy.otherMotionClassify
? `${customerHealthy.otherMotionClassify}`
: "";
customerHealthy.motion = motionStr.replaceAll(",", "");
customerHealthy.motion = motionStr;
}
if (customerHealthy.hasOwnProperty("motionField")) {
customerHealthy.motionField += customerHealthy.otherMotionField