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

11

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