@@ -166,6 +166,8 @@ const saveData=()=>{
const onSubmit = ()=>{
if(isEdit.value){
+ // 方案A:提交前将控件值传到后端可解析字段
+ editBaByInfo.value.birthDateTime = editBaByInfo.value.birthDate
editBabyInfo(editBaByInfo.value).then(()=>{
editBabyDialog.value = false
queryBaby()