|
|
@@ -156,7 +156,11 @@ export default {
|
|
|
},
|
|
|
mounted() {
|
|
|
this.$store.dispatch('getUsedBuy');
|
|
|
- if (this.$route.query.auctionType) {
|
|
|
+ if (
|
|
|
+ this.$route.query.auctionType &&
|
|
|
+ this.$route.query.auctionType !== undefined &&
|
|
|
+ this.$route.query.auctionType !== 'undefined'
|
|
|
+ ) {
|
|
|
this.auctionType = this.$route.query.auctionType;
|
|
|
}
|
|
|
if (this.$route.query.status) {
|