Commit 5bf74ff5 by yuzhenWang

Merge branch 'feature-20250827wyz-写业务' into 'test'

修复签约时间bug

See merge request !71
parents 348daec9 5f16f86d
...@@ -946,13 +946,7 @@ const handleSubmit = async type => { ...@@ -946,13 +946,7 @@ const handleSubmit = async type => {
submitAppointmentObj.value.apiAppointmentInfoDto = result submitAppointmentObj.value.apiAppointmentInfoDto = result
if (!submitAppointmentObj.value.apiAppointmentInfoDto) return if (!submitAppointmentObj.value.apiAppointmentInfoDto) return
} }
console.log('====================================')
console.log(
'submitAppointmentObj.value.apiAppointmentInfoDto',
submitAppointmentObj.value.apiAppointmentInfoDto
)
console.log('====================================')
return
if (productPlanRef.value) { if (productPlanRef.value) {
submitAppointmentObj.value.apiProductPlanInfoDto = submitAppointmentObj.value.apiProductPlanInfoDto =
await productPlanRef.value[0].handleSubmitForm() await productPlanRef.value[0].handleSubmitForm()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment