From 6169660d7b5968d62c3d816f4e7332d7e3abe573 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Mon, 09 Mar 2026 12:01:03 +0800
Subject: [PATCH] 修改名字2

---
 src/views/license/licenseInfo/components/licenseModForm.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/license/licenseInfo/components/licenseModForm.vue b/src/views/license/licenseInfo/components/licenseModForm.vue
index e4a63a5..0b7c0ec 100644
--- a/src/views/license/licenseInfo/components/licenseModForm.vue
+++ b/src/views/license/licenseInfo/components/licenseModForm.vue
@@ -922,9 +922,9 @@
                 this.dataForm.dealingrange = JSON.stringify([{checked1:this.checked1,checkMore1:this.checkMore1},{checked2:this.checked2,checkMore2:this.checkMore2},{checked3:this.checked3,checkMore3:this.checkMore3},{checked4:this.checked4,checkMore4:this.checkMore4},{checked5:this.checked5,checkMore5:this.checkMore5},{checked6:this.checked6,checkMore6:this.checkMore6},{checked7:this.checked7,checkMore7:this.checkMore7}])
                 this.dataForm.licenseStorage = JSON.stringify([])
             }
-            let fullAddress = (this.dataForm.province ==='新疆维吾尔自治区'? '新疆': this.dataForm.province)
+            let fullAddress = (this.dataForm.province ==='盐城市'? '盐城市': this.dataForm.province)
                 + this.dataForm.city + this.dataForm.district + this.dataForm.address;
-            let fullStorageAddress = (this.dataForm.storageprovince ==='新疆维吾尔自治区'? '新疆': this.dataForm.storageprovince)
+            let fullStorageAddress = (this.dataForm.storageprovince ==='盐城市'? '盐城市': this.dataForm.storageprovince)
                 + this.dataForm.storagecity + this.dataForm.storagedistrict + this.dataForm.storageaddress;
 
           if (this.dealingtypeList.filter(item => item.id === this.dataForm.dealingtype).length !== 1) {

--
Gitblit v1.9.2