From d43449986af3c03425edd343457414da3eec3a94 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 07 Sep 2023 08:59:38 +0800
Subject: [PATCH] 修复弹窗bug
---
src/views/Admin/components/sameLevelMod.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/Admin/components/sameLevelMod.vue b/src/views/Admin/components/sameLevelMod.vue
index 210a5dd..5cfb2c8 100644
--- a/src/views/Admin/components/sameLevelMod.vue
+++ b/src/views/Admin/components/sameLevelMod.vue
@@ -163,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