diff --git a/src/views/AddPriceSingle.vue b/src/views/AddPriceSingle.vue index 52575b7bf2b..7335b4dab1b 100644 --- a/src/views/AddPriceSingle.vue +++ b/src/views/AddPriceSingle.vue @@ -383,7 +383,7 @@ export default { this.setProductCode(this.$route.query.code) } } else if (this.$route.query.proof) { - this.handleProofSelected(this.$route.query.proof) + this.getProofById(this.$route.query.proof); } this.initPriceSingleForm() },