aa
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user