This commit is contained in:
liuye
2024-08-16 15:58:59 +08:00
parent 16be1d099b
commit 7cef941dea

View File

@@ -152,19 +152,16 @@ export default {
this.eventStatus = e[0].value
this.eventStatusText = e[0].label
}
this.current = 1
this.getList()
this.getListInit()
},
handleSelectGird(v) {
this.searchGrid = v
this.current = 1
this.getList()
this.getListInit()
},
clearGrid() {
this.searchGrid = {girdName: ''}
this.current = 1
this.getList()
this.getListInit()
},
goDetail(item) {
@@ -172,11 +169,8 @@ export default {
},
change(index) {
this.current = 1
this.datas = []
this.eventStatus = ''
this.currentTabs = index
this.getList()
this.getListInit()
},
linkTo(url) {