|
@@ -13,7 +13,7 @@
|
|
|
<div class="search">
|
|
|
<el-input
|
|
|
clearable
|
|
|
- placeholder="输入姓名或身份证号"
|
|
|
+ placeholder="输入房东姓名或手机号"
|
|
|
class="search-input"
|
|
|
v-trim
|
|
|
v-model.trim="mixins_query.name"
|
|
@@ -361,7 +361,6 @@ export default {
|
|
|
this.mixins_query.buildingId = newValueIds[1];
|
|
|
this.mixins_query.unitName = newValueIds[2];
|
|
|
} else if (newValue.type === 'room') {
|
|
|
-
|
|
|
this.mixins_query.buildingId = newValueIds[1];
|
|
|
this.mixins_query.roomNumber = newValueIds[newValueIds.length - 1];
|
|
|
}
|