29198
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="AppNeighborLinkage">
|
||||
<div class="header">
|
||||
<div class="search">
|
||||
<u-search placeholder="请输入需要搜索的内容" v-model="keyword" :show-action="false" @search="search"></u-search>
|
||||
<u-search placeholder="请输入四邻对象、描述" v-model="residentName" :show-action="false" @search="search"></u-search>
|
||||
</div>
|
||||
<div class="select">
|
||||
<div class="item" >
|
||||
@@ -53,7 +53,7 @@ export default {
|
||||
appName: "四邻联动",
|
||||
data() {
|
||||
return {
|
||||
keyword:'',
|
||||
residentName:'',
|
||||
status: '',
|
||||
linksageDate: '',
|
||||
isShowDate: false,
|
||||
@@ -75,7 +75,8 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
search(e) {
|
||||
this.keyword = e
|
||||
this.residentName = e
|
||||
this.getList()
|
||||
},
|
||||
typeSelect(e) {
|
||||
this.list = []
|
||||
@@ -95,6 +96,7 @@ export default {
|
||||
current: this.current,
|
||||
status: this.status,
|
||||
linksageDate: this.linksageDate,
|
||||
residentName: this.residentName,
|
||||
}
|
||||
}).then(res=>{
|
||||
if (res?.data) {
|
||||
|
||||
Reference in New Issue
Block a user