|
@ -91,6 +91,7 @@ export default { |
|
|
if(this.$route.query.flag === 'share'){ |
|
|
if(this.$route.query.flag === 'share'){ |
|
|
await this.getById(this.$route.query.id) |
|
|
await this.getById(this.$route.query.id) |
|
|
} |
|
|
} |
|
|
|
|
|
await this.share() |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|