diff --git a/src/views/components/rangeInput.vue b/src/views/components/rangeInput.vue
index 5c726a67b..b740a5fc0 100644
--- a/src/views/components/rangeInput.vue
+++ b/src/views/components/rangeInput.vue
@@ -10,7 +10,7 @@
:type="inputType"
clearable
placeholder="请输入"
- @change="handleChange" />
+ @change="handleChange($event,'s')" />
-
@@ -20,7 +20,7 @@
:type="inputType"
clearable
placeholder="请输入"
- @change="handleChange"
+ @change="handleChange($event,'e')"
@blur="handleBlur" />
@@ -87,10 +87,9 @@ export default {
},
},
methods: {
- handleChange (val) {
-
+ handleChange (val,type) {
// if ()
- this.$emit('change', { ...this.inputForm })
+ this.$emit('change', { ...this.inputForm },type)
},
handleBlur () {
diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue
index 61c9e4675..1cd4327e2 100644
--- a/src/views/components/resiSearch.vue
+++ b/src/views/components/resiSearch.vue
@@ -14,7 +14,6 @@
:options="orgOptions"
:props="orgOptionProps"
:show-all-levels="false"
- collapse-tags
@change="handleChangeAgency">
@@ -42,199 +41,217 @@
-->
-
-
-
所属房屋
-
-
+
+
所属房屋
+
+
+
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
+
+
-
-
-
-
-
-
{{ n.label }}
-
+
+
+
+
+
+
+ {{ n.label }}
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
+
-
-
-
- {{ns.label}}
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ {{ ns.label }}
+
+
+
-
-
+
+
-
-
-
- 查询
- 重置
-
-
-
@@ -244,80 +261,82 @@