|  |  |  | 
|---|
|  |  |  | illnesslistget, | 
|---|
|  |  |  | getillness, | 
|---|
|  |  |  | getgenerallist, | 
|---|
|  |  |  | depthospgetsondel | 
|---|
|  |  |  | } from "@/api/AiCentre/index"; | 
|---|
|  |  |  | import OptionalForm from "@/components/OptionalForm"; //正则组件 | 
|---|
|  |  |  | import { getToken } from "@/utils/auth"; | 
|---|
|  |  |  | 
|---|
|  |  |  | ruleForm: { | 
|---|
|  |  |  | templateName: "", | 
|---|
|  |  |  | revisitBefore: | 
|---|
|  |  |  | "亲爱的患者/家属,您好!我们是浙中医大二院的医护人员,为了更好地了解您的康复情况,请您抽一点宝贵时间,完成这份随访。", | 
|---|
|  |  |  | "亲爱的患者/家属,我们是"+localStorage.getItem("orgname")+"的医护人员,为了更好地了解您的康复情况,请您抽一点宝贵时间,完成这份随访。", | 
|---|
|  |  |  | revisitAfter: | 
|---|
|  |  |  | "请您注意休息和营养,生活上要劳逸结合,适当锻炼,戒烟限酒,保持心情舒畅,定期复诊。那本次回访就到这里,祝您身体健康!", | 
|---|
|  |  |  | ivrLibaTemplateTagList: [], | 
|---|
|  |  |  | 
|---|
|  |  |  | if (!this.ruleForm.assortid) { | 
|---|
|  |  |  | this.ruleForm.assortid = -1; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | this.ruleForm.labelInfo = JSON.stringify(this.dynamicTags); | 
|---|
|  |  |  | // this.ruleForm.labelInfo = JSON.stringify(this.dynamicTags); | 
|---|
|  |  |  | if (Array.isArray(this.ruleForm.suitway)) | 
|---|
|  |  |  | this.ruleForm.suitway = this.ruleForm.suitway.join(","); | 
|---|
|  |  |  | if (Array.isArray(this.ruleForm.campus)) | 
|---|