Merge pull request !131 from 德仔/develop
This commit is contained in:
德仔 2021-03-15 14:12:12 +08:00 committed by Gitee
commit c88a57a029

View File

@ -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