This commit is contained in:
liuye
2021-12-31 16:39:35 +08:00
parent 5ff431e3c7
commit 462b7fd1f9
2 changed files with 3 additions and 1 deletions

View File

@@ -154,6 +154,7 @@ export default {
areaSelect(e) {
this.data = []
this.areaId = e
this.current = 1
this.getList()
},
@@ -162,6 +163,7 @@ export default {
this.areaId = this.user.areaId
this.keyword = ''
this.currentTabs = index
this.current = 1
this.getList()
},