27329
This commit is contained in:
@@ -170,12 +170,13 @@ export default {
|
||||
},
|
||||
// 切换类型
|
||||
changeType(e) {
|
||||
if (e[0].value != 1) {
|
||||
this.status = e[0].label
|
||||
this.eventStatus = e[0].value
|
||||
} else {
|
||||
this.eventStatus = 4
|
||||
}
|
||||
// if (e[0].value != 1) {
|
||||
this.status = e[0].label
|
||||
this.eventStatus = e[0].value
|
||||
// } else {
|
||||
// this.eventStatus = 4
|
||||
// }
|
||||
this.current = 1
|
||||
this.datas = []
|
||||
this.getList()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user