|
|
@@ -265,6 +265,29 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ watch: {
|
|
|
+ $route: function (val, oldVal) {
|
|
|
+ this.store_type_co = {store_type: 'CONSIGNMENT'}
|
|
|
+ this.store_type_ag = {store_type: 'AGENCY'}
|
|
|
+ this.store_type_di = {store_type: 'DISTRIBUTION'}
|
|
|
+ this.store_type_or = {store_type: 'ORIGINAL_FACTORY'}
|
|
|
+ this.filter = {}
|
|
|
+ this.kind_arr = []
|
|
|
+ this.brand_arr = []
|
|
|
+ this.type_arr = []
|
|
|
+ this.crname_arr = []
|
|
|
+ this.kind_exp_arr = []
|
|
|
+ this.brand_exp_arr = []
|
|
|
+ this.co_click_flag = false
|
|
|
+ this.ag_click_flag = false
|
|
|
+ this.di_click_flag = false
|
|
|
+ this.or_click_flag = false
|
|
|
+ this.crname_click_flag = {
|
|
|
+ rmb_click_flag: false,
|
|
|
+ usd_click_flag: false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
computed: {
|
|
|
list_kinds () {
|
|
|
return this.$store.state.searchData.searchKinds.kinds
|