Commit a9d44024 by 李乾广

修改bug

1 parent cf4892bc
...@@ -73,7 +73,7 @@ export default { ...@@ -73,7 +73,7 @@ export default {
formData.value.type = data.perrsonList[0].person_type formData.value.type = data.perrsonList[0].person_type
formData.value.countdate = data.perrsonList[0].counttime formData.value.countdate = data.perrsonList[0].counttime
formData.value.ageGroup = data.perrsonList[0].childAdult || 1 formData.value.ageGroup = data.perrsonList[0].childAdult!==null&&data.perrsonList[0].childAdult!==undefined?data.perrsonList[0].childAdult:1;
} }
isVisible.value = true; isVisible.value = true;
}; };
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!