|  |  | 
 |  |  | <template> | 
 |  |  |   <div class="questionnaire"> | 
 |  |  |     <!-- <div class="CONTENT"> | 
 |  |  |       <div class="title">新华医院医护知识宣教</div> | 
 |  |  |       <div class="title">景宁人民医院医护知识宣教</div> | 
 |  |  |       <div class="preview-left"> | 
 |  |  |         <div v-html="richText"></div> | 
 |  |  |       </div> | 
 |  |  | 
 |  |  |     <div class="CONTENT" > | 
 |  |  |       <div class="preview-left"> | 
 |  |  |         <div class="toptitle"> | 
 |  |  |           <div class="title">{{ taskname ? taskname : "新华医院医护知识宣教" }}</div> | 
 |  |  |           <div class="title">{{ taskname ? taskname : ""+localStorage.getItem("orgname")+"医护知识宣教" }}</div> | 
 |  |  |           <div style="font-size: 22px; margin-bottom: 20px; line-height: 1.5"> | 
 |  |  |             {{ | 
 |  |  |               kcb | 
 |  |  |                 ? kcb | 
 |  |  |                 : "亲爱的患者-家属,您好!我们是浙中医大二院的医护人员,为了更好地了解您的康复情况,请您抽一点宝贵时间,观看这份宣教资讯。" | 
 |  |  |                 : "亲爱的患者-家属,我们是"+localStorage.getItem("orgname")+"的医护人员,为了更好地了解您的康复情况,请您抽一点宝贵时间,观看这份宣教资讯。" | 
 |  |  |             }} | 
 |  |  |             <!-- 亲爱的患者/家属您好,为了更好的了解您出院后的康复情况,给您适当及时的健康指导,请您抽一点宝贵时间,完成这份出院随访问卷调查。 --> | 
 |  |  |           </div> | 
 |  |  | 
 |  |  |             margin-bottom: 10px; | 
 |  |  |           " | 
 |  |  |         > | 
 |  |  |           感谢您的阅览! | 
 |  |  |         </div> | 
 |  |  |         <div style="font-size: 20px"> | 
 |  |  |         {{ | 
 |  |  |             jsy | 
 |  |  |               ? jsy | 
 |  |  |               : "生活上要劳逸结合,注意休息和营养,适当锻炼,戒烟限酒,保持心情舒畅,定期复诊。那本次宣教内容就到这里,祝您身体健康!" | 
 |  |  |           }}        </div> | 
 |  |  |         <!-- <div style="font-size: 20px"> | 
 |  |  |           {{ | 
 |  |  |             jsy | 
 |  |  |               ? jsy | 
 |  |  |               : "生活上要劳逸结合,注意休息和营养,适当锻炼,戒烟限酒,保持心情舒畅,定期复诊。那本次宣教内容就到这里,祝您身体健康!" | 
 |  |  |           }} | 
 |  |  |         </div> | 
 |  |  |         </div> --> | 
 |  |  |       </div> | 
 |  |  |     </div> | 
 |  |  |   </div> | 
 |  |  | 
 |  |  | <script> | 
 |  |  | import { | 
 |  |  |   getExternalfollowup, | 
 |  |  |   SetsaveQuestionAnswer, | 
 |  |  |   Submitaquestionnaire, | 
 |  |  | } from "@/api/AiCentre/index"; | 
 |  |  | import { getToken } from "@/utils/auth"; | 
 |  |  | import axios from "axios"; | 
 |  |  | 
 |  |  |       }); | 
 |  |  |       console.log(form, "form"); | 
 |  |  |  | 
 |  |  |       SetsaveQuestionAnswer(form).then((res) => { | 
 |  |  |       Submitaquestionnaire(form).then((res) => { | 
 |  |  |         if (res.code == 200) { | 
 |  |  |           this.$modal.msgSuccess("提交成功"); | 
 |  |  |         } |