From ce88e217a2acea35652ef5c2a47afe53653e02a3 Mon Sep 17 00:00:00 2001
From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com>
Date: 星期一, 04 九月 2023 15:43:41 +0800
Subject: [PATCH] update src/views/Admin/components/msgDetailMod.vue.

---
 src/views/Admin/components/sameLevelMod.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/Admin/components/sameLevelMod.vue b/src/views/Admin/components/sameLevelMod.vue
index a86fd14..5cfb2c8 100644
--- a/src/views/Admin/components/sameLevelMod.vue
+++ b/src/views/Admin/components/sameLevelMod.vue
@@ -132,7 +132,6 @@
         if (valid) {
           if(this.title == '新增用户'){
             const { id,...data } = this.form
-            console.log(data,'data')
             addRecipient(data).then((res)=>{
               if(res.data.code == 100){
                 this.$message.success('新增平级接收人成功')
@@ -164,7 +163,7 @@
       t.form.districtId = value
       const code = t.findCodeById(t.areaData,value).code
       if(code.length == 2){
-        t.form.company = '自治区自然灾害预警中心'
+        t.form.company = '自治区自然灾害综合监测预警中心'
         // t.form.province = t.findNodeByCode(t.areaData,code).name
         // t.form.city = ''
         // t.form.area = ''

--
Gitblit v1.9.2