From 7fe43a49fe731e35dc5573fe57035c1949b1659e Mon Sep 17 00:00:00 2001
From: 13176889840 <13176889840@163.com>
Date: Thu, 4 Nov 2021 13:44:16 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B1=85=E6=B0=91=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF=E6=9F=A5=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/components/editResi.vue | 38 +++++++++++++-------------
src/views/components/resiForm.vue | 40 ++++++++++++++--------------
src/views/components/resiSearch.vue | 41 +++++++++--------------------
3 files changed, 51 insertions(+), 68 deletions(-)
diff --git a/src/views/components/editResi.vue b/src/views/components/editResi.vue
index 0170b276..e213ffaa 100644
--- a/src/views/components/editResi.vue
+++ b/src/views/components/editResi.vue
@@ -18,7 +18,7 @@
-
-
-
-
-
-
-
-
@@ -210,7 +210,7 @@
clearable> -->
-
{{ ns.label }}
-
+
-
+
{{ns.label}}
diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue
index 5952b972..495e08ef 100644
--- a/src/views/components/resiForm.vue
+++ b/src/views/components/resiForm.vue
@@ -17,7 +17,7 @@
-
-
-
-
-
-
-
-
-
-->
-
{{ ns.label }}
-
+
-
+
{{ns.label}}
diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue
index f4c5b830..d20f0a83 100644
--- a/src/views/components/resiSearch.vue
+++ b/src/views/components/resiSearch.vue
@@ -7,7 +7,7 @@
所属网格
-
所属小区
-
-
-
+
-
+
-
+
n.isChange).map(item => {
return {
queryType: item.queryType,
tableName: item.tableName,
columnName: item.columnName,
// columnValue: []
- columnValue: (itemTypes.includes(item.queryType) || itemTypes.includes(item.itemType)) ? this.form[item.columnName] : [this.form[item.columnName]]
+ columnValue: (itemTypes.includes(item.queryType) || itemTypes.includes(item.itemType)) ? this.form[item.columnName] : [this.form[item.columnName].toString()]
}
})
let arr1 = this.fixedList.filter(n => n.columnValue.length > 0).map(item => {