From 5167828ff8302e7eafb2ea3ea77ee34d175663ed Mon Sep 17 00:00:00 2001 From: huangdeliang Date: Mon, 15 Mar 2021 14:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stdiet-ui/src/utils/healthyData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdiet-ui/src/utils/healthyData.js b/stdiet-ui/src/utils/healthyData.js index ebe4e85e1..c788249c5 100644 --- a/stdiet-ui/src/utils/healthyData.js +++ b/stdiet-ui/src/utils/healthyData.js @@ -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