diff --git a/src/views/index/vehicleAdd.vue b/src/views/index/vehicleAdd.vue index 5118beef..1ae58ac1 100644 --- a/src/views/index/vehicleAdd.vue +++ b/src/views/index/vehicleAdd.vue @@ -1219,7 +1219,8 @@ export default { this.insuranceChange=false }, back() { - if( this.supplierId ) { + this.$router.back(); + /*if( this.supplierId ) { this.$router.back(); } else { this.$router.push({ @@ -1228,7 +1229,7 @@ export default { id: this.id } }) - } + }*/ }, async submitBtn(){