Commit 8b01b88d authored by zhengyi's avatar zhengyi

编辑报价单bug修复

parent 9657372c
......@@ -1086,10 +1086,10 @@ export default {
}
},
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()
}
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()
}
},
......
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