Commit 3a4388ad by 吕明尚

修改活动页面

parent eb8e00c4
...@@ -344,9 +344,6 @@ export default { ...@@ -344,9 +344,6 @@ export default {
isOpen: null, isOpen: null,
isDelete: null, isDelete: null,
}, },
packParams: {
type: 0
},
// 表单参数 // 表单参数
form: {}, form: {},
// 表单校验 // 表单校验
...@@ -426,7 +423,7 @@ export default { ...@@ -426,7 +423,7 @@ export default {
}) })
}, },
onPackList() { onPackList() {
query(this.packParams).then(res => { query().then(res => {
this.packList = res.data 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