工单
This commit is contained in:
@@ -152,19 +152,16 @@ export default {
|
|||||||
this.eventStatus = e[0].value
|
this.eventStatus = e[0].value
|
||||||
this.eventStatusText = e[0].label
|
this.eventStatusText = e[0].label
|
||||||
}
|
}
|
||||||
this.current = 1
|
this.getListInit()
|
||||||
this.getList()
|
|
||||||
},
|
},
|
||||||
|
|
||||||
handleSelectGird(v) {
|
handleSelectGird(v) {
|
||||||
this.searchGrid = v
|
this.searchGrid = v
|
||||||
this.current = 1
|
this.getListInit()
|
||||||
this.getList()
|
|
||||||
},
|
},
|
||||||
clearGrid() {
|
clearGrid() {
|
||||||
this.searchGrid = {girdName: ''}
|
this.searchGrid = {girdName: ''}
|
||||||
this.current = 1
|
this.getListInit()
|
||||||
this.getList()
|
|
||||||
},
|
},
|
||||||
|
|
||||||
goDetail(item) {
|
goDetail(item) {
|
||||||
@@ -172,11 +169,8 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
change(index) {
|
change(index) {
|
||||||
this.current = 1
|
|
||||||
this.datas = []
|
|
||||||
this.eventStatus = ''
|
|
||||||
this.currentTabs = index
|
this.currentTabs = index
|
||||||
this.getList()
|
this.getListInit()
|
||||||
},
|
},
|
||||||
|
|
||||||
linkTo(url) {
|
linkTo(url) {
|
||||||
|
|||||||
Reference in New Issue
Block a user