This commit is contained in:
yanran200730
2021-12-22 11:30:34 +08:00
parent 2a23f72102
commit ffbe06071f
2 changed files with 6 additions and 5 deletions

View File

@@ -105,17 +105,19 @@
},
methods: {
changeArea (e) {
changeArea () {
this.loading = true
this.search.current = 1
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) {

View File

@@ -14,7 +14,6 @@
class="addressBook-left__list--search"
size="mini"
clearable
clearable
placeholder="请输入地区名称"
v-model="unitName"
suffix-icon="iconfont iconSearch">