This commit is contained in:
wanglei
2022-02-09 15:58:50 +08:00
parent 78e1eb4df4
commit 554f7b12c1
5 changed files with 19 additions and 21 deletions

View File

@@ -142,10 +142,9 @@ export default {
})
},
getStaticList() {
this.$http.post('/app/appclapeventgroup/list').then((res) => {
console.log(111);
console.log(res);
})
// this.$http.post('/app/appclapeventgroup/list').then((res) => {
// console.log(res);
// })
},
// 切换类型
changeType(e) {