This commit is contained in:
wanglei
2022-02-09 15:11:33 +08:00
parent 1bd44308dc
commit cb178908cc
7 changed files with 17 additions and 12 deletions

View File

@@ -115,6 +115,7 @@ export default {
created() {
this.$dict.load('clapEventStatus', 'clapEventStatusAll', 'clapEventStatusHistory').then(() => {
this.getList()
this.getStaticList()
this.listTypeAll = this.$dict.getDict('clapEventStatusAll')
this.listTypeHistory = this.$dict.getDict('clapEventStatusHistory')
this.listType = this.listTypeAll
@@ -140,6 +141,12 @@ export default {
}
})
},
getStaticList() {
this.$http.post('/app/appclapeventgroup/list').then((res) => {
console.log(111);
console.log(res);
})
},
// 切换类型
changeType(e) {
this.status = e[0].label