|  |  | 
 |  |  |     getData () { | 
 |  |  |       getVisitConfigDTO({}) | 
 |  |  |         .then(res => { | 
 |  |  |           this.form.id = res.id | 
 |  |  |           this.form.checkVisit = res.VisitConfigParam.checkVisit | 
 |  |  |           this.form.checkVisit = res.visitConfigParam.checkVisit | 
 |  |  |           this.form.description = res.description | 
 |  |  |           this.form.healthCard = res.VisitConfigParam.healthCard | 
 |  |  |           this.form.isAnswer = res.VisitConfigParam.isAnswer | 
 |  |  |           this.form.reservationWay = res.VisitConfigParam.reservationWay | 
 |  |  |           this.form.healthCard = res.visitConfigParam.healthCard | 
 |  |  |           this.form.isAnswer = res.visitConfigParam.isAnswer | 
 |  |  |           this.form.reservationWay = res.visitConfigParam.reservationWay | 
 |  |  |           this.form.theme = res.theme | 
 |  |  |         }) | 
 |  |  |     }, | 
 |  |  |     submit () { | 
 |  |  |       updateVisitConfig({ | 
 |  |  |         VisitConfigParam: { | 
 |  |  |         visitConfigParam: { | 
 |  |  |           isAnswer: this.form.isAnswer, | 
 |  |  |           healthCard: this.form.healthCard, | 
 |  |  |           checkVisit: this.form.checkVisit, |