Commit 3a4388ad by 吕明尚

修改活动页面

parent eb8e00c4
......@@ -344,9 +344,6 @@ export default {
isOpen: null,
isDelete: null,
},
packParams: {
type: 0
},
// 表单参数
form: {},
// 表单校验
......@@ -426,7 +423,7 @@ export default {
})
},
onPackList() {
query(this.packParams).then(res => {
query().then(res => {
this.packList = res.data
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment