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 f78eed5ea..e14edd837 100644
--- a/src/views/components/resiSearch.vue
+++ b/src/views/components/resiSearch.vue
@@ -1,24 +1,26 @@
-
-
-
-
-
所属组织
-
-
-
+
+
+
+
+
所属组织
+
+
-
-
-
-
-
所属房屋
-
-
+
+
所属房屋
+
+
+
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
+
+
+
-
-
-
-
+
+
-
-
-
-
-
-
{{ n.label }}
-
+
+
+
+
+
+
+ {{ n.label }}
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
+
-
-
-
- {{ns.label}}
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ {{ ns.label }}
+
+
+
-
-
+
+
-
-
-
- 查询
- 重置
-
-
-
@@ -242,79 +262,84 @@