From 187c516a9f390e59846a592bd3325afa4a8dc325 Mon Sep 17 00:00:00 2001
From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com>
Date: 星期四, 20 七月 2023 14:43:15 +0800
Subject: [PATCH] 增加短信发送条数统计

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

diff --git a/src/views/Admin/components/userMod.vue b/src/views/Admin/components/userMod.vue
index 7ea2a40..da6f1d4 100644
--- a/src/views/Admin/components/userMod.vue
+++ b/src/views/Admin/components/userMod.vue
@@ -257,7 +257,7 @@
         // }
         // t.form.province = t.findNodeByCode(t.areaData,code.substr(0,2)).name
         // t.form.town = ''
-        t.form.company = label[0] + '自然灾害综合预警监测中心'
+        t.form.company = label[0] + '自然灾害综合监测预警中心'
       }
     },
 

--
Gitblit v1.9.2