便民通讯录
This commit is contained in:
@@ -52,7 +52,7 @@ export default {
|
||||
// areaId: '',
|
||||
// $areaId: '',
|
||||
// areaName: '',
|
||||
// name: '',
|
||||
name: '',
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
@@ -78,7 +78,7 @@ export default {
|
||||
resource: 'portal',
|
||||
// areaId: this.areaId,
|
||||
size: 999,
|
||||
// name: this.mame,
|
||||
name: this.name,
|
||||
},
|
||||
})
|
||||
.then((res) => {
|
||||
@@ -99,10 +99,10 @@ export default {
|
||||
})
|
||||
},
|
||||
|
||||
// handerSearch(e) {
|
||||
// this.name = e
|
||||
// this.getList()
|
||||
// },
|
||||
handerSearch(e) {
|
||||
this.name = e
|
||||
this.getList()
|
||||
},
|
||||
},
|
||||
onPageScroll(e) {
|
||||
this.scrollTop = e.scrollTop
|
||||
@@ -113,12 +113,16 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
.wrapper {
|
||||
::v-deep .AiTopFixed {
|
||||
width: 100%;
|
||||
.placeholder {
|
||||
opacity: 1;
|
||||
visibility: inherit;
|
||||
.content {
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
.fixed {
|
||||
width: 0;
|
||||
margin: 0 !important;
|
||||
.content {
|
||||
padding: 0 !important;
|
||||
|
||||
Reference in New Issue
Block a user