25582
This commit is contained in:
@@ -105,17 +105,19 @@
|
||||
},
|
||||
|
||||
methods: {
|
||||
changeArea (e) {
|
||||
changeArea () {
|
||||
this.loading = true
|
||||
this.search.current = 1
|
||||
this.getList()
|
||||
|
||||
this.$nextTick(() => {
|
||||
this.getList()
|
||||
})
|
||||
},
|
||||
|
||||
getList () {
|
||||
this.instance.post(`/app/appvillagepicturealbum/list`, null, {
|
||||
params: {
|
||||
...this.search,
|
||||
areaId: this.areaId
|
||||
...this.search
|
||||
}
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
class="addressBook-left__list--search"
|
||||
size="mini"
|
||||
clearable
|
||||
clearable
|
||||
placeholder="请输入地区名称"
|
||||
v-model="unitName"
|
||||
suffix-icon="iconfont iconSearch">
|
||||
|
||||
Reference in New Issue
Block a user