jiangping
2024-06-20 09da100729793848bc01b51f7b05ca3f1e7ec64f
company/src/components/enterprise/onlineReporting.vue
@@ -90,7 +90,7 @@
            :visible.sync="centerDialogVisible"
            width="50%"
            center>
            <div class="fuwenben">
            <div class="fuwenben" style="font-size: 12px">
                    尊敬的客户:
                首先感谢您对于我们的信任与支持,我们很荣幸成为贵司的保险咨询服务商!
@@ -290,7 +290,9 @@
                    // 调用新建接口
                    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
@@ -313,6 +315,7 @@
                    })
            },
            getVal(e) {
                console.log(e)
                this.form.insuranceApplyId = e.applyId
                this.form.solutionId = e.solutionId
                this.form.solutionName = e.solutionName