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