Commit 5f16f86d by yuzhenWang

修复签约时间bug

parent c7e18892
...@@ -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