|
@@ -6,7 +6,7 @@
|
|
maxlength="11"
|
|
maxlength="11"
|
|
class="search-input"
|
|
class="search-input"
|
|
clearable
|
|
clearable
|
|
- v-model.trim="mixins_query.location"
|
|
|
|
|
|
+ v-model.trim="mixins_query.name"
|
|
></el-input>
|
|
></el-input>
|
|
<el-select placeholder="请选择所属社区" v-model="mixins_query.communityId" clearable>
|
|
<el-select placeholder="请选择所属社区" v-model="mixins_query.communityId" clearable>
|
|
<el-option v-for="(item, index) in communityList" :key="index" :label="item.label" :value="item.id"></el-option>
|
|
<el-option v-for="(item, index) in communityList" :key="index" :label="item.label" :value="item.id"></el-option>
|
|
@@ -166,8 +166,6 @@ export default {
|
|
// 删除弹框信息
|
|
// 删除弹框信息
|
|
deleteName: '',
|
|
deleteName: '',
|
|
dialogVisibleDelete: false,
|
|
dialogVisibleDelete: false,
|
|
- // 输入地址
|
|
|
|
- location: '',
|
|
|
|
//社区列表
|
|
//社区列表
|
|
communityList: [],
|
|
communityList: [],
|
|
cols: [
|
|
cols: [
|