This commit is contained in:
花有清香月有阴
2022-02-11 16:42:22 +08:00
parent 258bf6d152
commit 2355397145

View File

@@ -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()
},