Commit 964f0d55 authored by dragondean@qq.com's avatar dragondean@qq.com

Merge remote-tracking branch 'origin/test' into test

parents da3a133a 8b01b88d
...@@ -1086,10 +1086,10 @@ export default { ...@@ -1086,10 +1086,10 @@ export default {
} }
}, },
activated() { activated() {
if (this.form.offerId && this.form.offerId != this.$route.query.id) { if (this.$route.query.id && this.form.offerId !== this.$route.query.id) {
this.getOffer() this.getOffer()
} }
if (this.$route.query.copyId && this.form.copyId != this.$route.query.copyId) { if (this.$route.query.copyId && this.form.copyId !== this.$route.query.copyId) {
this.getOffer() this.getOffer()
} }
}, },
......
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