From 16eb81672eaa55decd4472f391a74d50580ba045 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Sat, 20 Jan 2024 17:57:40 +0800
Subject: [PATCH] 物业公司调整
---
src/views/publicSecurity/components/userHouseList.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/publicSecurity/components/userHouseList.vue b/src/views/publicSecurity/components/userHouseList.vue
index 25a426f..778dab7 100644
--- a/src/views/publicSecurity/components/userHouseList.vue
+++ b/src/views/publicSecurity/components/userHouseList.vue
@@ -840,7 +840,7 @@
methods: {
init(row) {
if (row.regionCode) {
- this.query.regionCode = row.regionCode
+ this.query.regionCode = row.regionCode.slice(0, 10)
}
if (row.communityCode) {
this.query.regionCode = row.communityCode
@@ -1126,4 +1126,4 @@
.box .el-scrollbar__wrap {
overflow: scroll;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3