|  |  | 
 |  |  |             </div> | 
 |  |  |           </div> | 
 |  |  |         </div> | 
 |  |  |         <el-button type="success" @click="nextstep('ruleForm')">{{ | 
 |  |  |           quote ? "立即创建" : "任务详情配置" | 
 |  |  |         <el-button type="primary" @click="nextstep('ruleForm')">{{ | 
 |  |  |           quote ? "立即创建" : "派发患者配置" | 
 |  |  |         }}</el-button> | 
 |  |  |         <el-button type="success" @click="submitForm('ruleForm')">{{ | 
 |  |  |           quote ? "立即创建" : "确认服务配置" | 
 |  |  |         }}</el-button> | 
 |  |  |         <el-button @click="resetForm('ruleForm')">重置</el-button> | 
 |  |  |       </div> | 
 |  |  | 
 |  |  |         </div> | 
 |  |  |         <el-button type="primary" @click="laststep()">上一步</el-button> | 
 |  |  |         <el-button type="success" @click="submitForm('ruleForm')">{{ | 
 |  |  |           quote ? "立即创建" : "确认任务配置" | 
 |  |  |           quote ? "立即创建" : "确认服务配置" | 
 |  |  |         }}</el-button> | 
 |  |  |         <el-button @click="resetForm('ruleForm')">重置</el-button> | 
 |  |  |       </div> | 
 |  |  | 
 |  |  |   taskdiaggetlist, | 
 |  |  |   taskopergetlist, | 
 |  |  | } from "@/api/AiCentre/index"; | 
 |  |  | import OptionalForm from "@/components/OptionalForm"; //正则组件 | 
 |  |  | import OptionalForm from "@/components/OptionalForm"; //疾病添加组件 | 
 |  |  | import SFtable from "@/components/SFtable"; //表格组件 | 
 |  |  | import { MessageBox } from "element-ui"; | 
 |  |  |  | 
 |  |  | 
 |  |  |             value: "5", | 
 |  |  |             label: "微信公众号", | 
 |  |  |           }, | 
 |  |  |           { label: "微信小程序", value: '6' }, | 
 |  |  |           { label: "微信小程序", value: "6" }, | 
 |  |  |         ]; | 
 |  |  |       } else if (this.form.serviceType == 6||this.form.serviceType == 14||this.form.serviceType == 15) { | 
 |  |  |       } else if ( | 
 |  |  |         this.form.serviceType == 6 || | 
 |  |  |         this.form.serviceType == 14 || | 
 |  |  |         this.form.serviceType == 15 | 
 |  |  |       ) { | 
 |  |  |         this.checkboxlist = [ | 
 |  |  |           { | 
 |  |  |             value: "3", | 
 |  |  | 
 |  |  |         this.$modal.msgError("请选择任务关联条件"); | 
 |  |  |         return; | 
 |  |  |       } | 
 |  |  |  | 
 |  |  |       if (!this.form.patTaskRelevances[0] && !this.form.longTask) { | 
 |  |  |         this.$modal.msgError("请选择病人"); | 
 |  |  |         return; | 
 |  |  |       } | 
 |  |  |       //暂停任务患者限制 | 
 |  |  |       // if (!this.form.patTaskRelevances[0] && !this.form.longTask) { | 
 |  |  |       //   this.$modal.msgError("请选择病人"); | 
 |  |  |       //   return; | 
 |  |  |       // } | 
 |  |  |  | 
 |  |  |       if (!this.form.templatename && !this.templateor) { | 
 |  |  |         this.$modal.msgError("未选择模板"); |