From 09da100729793848bc01b51f7b05ca3f1e7ec64f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 20 六月 2024 14:05:35 +0800
Subject: [PATCH] 提交一把

---
 company/src/components/enterprise/onlineReporting.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/company/src/components/enterprise/onlineReporting.vue b/company/src/components/enterprise/onlineReporting.vue
index c6ec883..a44e8a6 100644
--- a/company/src/components/enterprise/onlineReporting.vue
+++ b/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

--
Gitblit v1.9.3