@@ -14,7 +14,7 @@
<script>
export default {
created() {
- this.isUpdate = this.$route.query.BrandID? true: false
+ this.isUpdate = this.$route.params.ProdID? true: false
},
mounted() {},
data() {