diff --git a/src/mods/AppAddressBook/AppAddressBook.vue b/src/mods/AppAddressBook/AppAddressBook.vue index ac38fc6..8f1afba 100644 --- a/src/mods/AppAddressBook/AppAddressBook.vue +++ b/src/mods/AppAddressBook/AppAddressBook.vue @@ -1,6 +1,12 @@ @@ -41,15 +49,16 @@ export default { indexList: [], list: [], userInfo: {}, - areaId: '', - $areaId: '', - areaName: '', + // areaId: '', + // $areaId: '', + // areaName: '', + // name: '', } }, onLoad() { this.userInfo = uni.getStorageSync('userInfo') - this.areaId = this.$areaId - this.areaName = this.$areaName + // this.areaId = this.$areaId + // this.areaName = this.$areaName this.getList() }, @@ -67,8 +76,9 @@ export default { params: { isPublic: 1, resource: 'portal', - areaId: this.areaId, + // areaId: this.areaId, size: 999, + // name: this.mame, }, }) .then((res) => { @@ -88,6 +98,11 @@ export default { this.getList() }) }, + + // handerSearch(e) { + // this.name = e + // this.getList() + // }, }, onPageScroll(e) { this.scrollTop = e.scrollTop @@ -96,6 +111,25 @@ export default {