| | |
| | | :visible.sync="centerDialogVisible" |
| | | width="50%" |
| | | center> |
| | | <div class="fuwenben"> |
| | | <div class="fuwenben" style="font-size: 12px"> |
| | | 尊敬的客户: |
| | | |
| | | 首先感谢您对于我们的信任与支持,我们很荣幸成为贵司的保险咨询服务商! |
| | |
| | | // 调用新建接口 |
| | | this.isWorking = true |
| | | let obj = JSON.parse(JSON.stringify(this.form)) |
| | | obj.areaId = obj.areaId.join(',') |
| | | if (obj.areaId) { |
| | | obj.areaId = obj.areaId.join(',') |
| | | } |
| | | create(obj) |
| | | .then(() => { |
| | | this.visible = false |
| | |
| | | }) |
| | | }, |
| | | getVal(e) { |
| | | console.log(e) |
| | | this.form.insuranceApplyId = e.applyId |
| | | this.form.solutionId = e.solutionId |
| | | this.form.solutionName = e.solutionName |