修复健康数据问题
This commit is contained in:
parent
ff016069a1
commit
4cf6867be0
@ -552,7 +552,7 @@ export function dealHealthy(customerHealthy) {
|
||||
const signs = customerHealthy.otherPhysicalSigns
|
||||
? [customerHealthy.otherPhysicalSigns]
|
||||
: [];
|
||||
customerHealthy.signList.forEach(obj => {
|
||||
(customerHealthy.signList || []).forEach(obj => {
|
||||
signs.push(obj.name);
|
||||
});
|
||||
customerHealthy.physicalSigns = signs.join(",");
|
||||
|
Loading…
x
Reference in New Issue
Block a user