Skip to content

Commit

Permalink
Forgot to change function
Browse files Browse the repository at this point in the history
  • Loading branch information
odin-h authored May 28, 2024
1 parent a7100aa commit 3000bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/AddPriceSingle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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()
},
Expand Down

0 comments on commit 3000bb3

Please sign in to comment.