|  |  |  | 
|---|
|  |  |  | illnesslistget, | 
|---|
|  |  |  | getillness, | 
|---|
|  |  |  | getgenerallist, | 
|---|
|  |  |  | depthospgetsondel | 
|---|
|  |  |  | } from "@/api/AiCentre/index"; | 
|---|
|  |  |  | import OptionalForm from "@/components/OptionalForm"; //正则组件 | 
|---|
|  |  |  | import { getToken } from "@/utils/auth"; | 
|---|
|  |  |  | 
|---|
|  |  |  | this.auxiliary(); | 
|---|
|  |  |  | this.getDeptTree(); | 
|---|
|  |  |  | this.mode = store.getters.mode; | 
|---|
|  |  |  | console.log(this.mode,'this.mode'); | 
|---|
|  |  |  | this.usable = store.getters.usable; | 
|---|
|  |  |  | this.required = store.getters.required; | 
|---|
|  |  |  | this.valuetype = store.getters.valuetype; | 
|---|
|  |  |  | 
|---|
|  |  |  | console.log(2211); | 
|---|
|  |  |  | this.ruleForm = res.data; | 
|---|
|  |  |  | if (this.ruleForm.deptNames) | 
|---|
|  |  |  | // this.tempDetpRelevanceslist = JSON.parse(this.ruleForm.deptNames); | 
|---|
|  |  |  | console.log(this.ruleForm.suitway,'suitway'); | 
|---|
|  |  |  | this.ruleForm.suitway = this.ruleForm.suitway.split(","); | 
|---|
|  |  |  | console.log(this.ruleForm.suitway,'suitway'); | 
|---|
|  |  |  | if (this.ruleForm.campus) | 
|---|
|  |  |  | this.ruleForm.campus = this.ruleForm.campus.split(","); | 
|---|
|  |  |  | this.ruleForm.submoduleID = this.ruleForm.submoduleID.split(","); | 
|---|