diff --git a/pages/followUp/index.js b/pages/followUp/index.js index 1a82e86..61d7951 100644 --- a/pages/followUp/index.js +++ b/pages/followUp/index.js @@ -223,6 +223,8 @@ Page({ data.coagulation_function_image = data.coagulation_function_image.length > 0 ? data.coagulation_function_image.join(',') : '', data.mdt_image = data.mdt_image.length > 0 ? data.mdt_image.join(',') : '', data.nutritional_indicator_image = data.nutritional_indicator_image.length > 0 ? data.nutritional_indicator_image.join(',') : '' + data.is_have_cyst = data.is_have_cyst ? Number(data.is_have_cyst) : 0 + data.is_have_ascites = data.is_have_ascites ? Number(data.is_have_ascites) : 0 await request('patient/follow_questionnaire', 'post',{plan_id: Number(this.planId), ...data}) wx.showToast({ title: '提亀成功',