Commit 98d499ab authored by 黄奎's avatar 黄奎

11

parent 33a27370
......@@ -52,8 +52,6 @@ export default {
this.msg.Id = this.$route.query.id;
this.getList();
},
filters: {
},
methods: {
getList(){
this.apipost(
......
......@@ -147,9 +147,6 @@ export default {
this.msg.lotteryId = this.$route.query.lotteryId;
this.getList();
},
filters: {
},
methods: {
//获取数据
getList() {
......
......@@ -306,9 +306,6 @@
QRCodeStr: "", //二维码base64字符串
Loading: false,
};
},
filters: {
},
methods: {
GetData() {
......
......@@ -327,9 +327,6 @@
QRCodeStr: "", //二维码base64字符串
Loading: false,
};
},
filters: {
},
methods: {
GetData() {
......
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