|
@@ -51,12 +51,8 @@ export default {
|
|
|
//搜索对应花材
|
|
//搜索对应花材
|
|
|
searchFnContrapose() {
|
|
searchFnContrapose() {
|
|
|
this.page = 1
|
|
this.page = 1
|
|
|
- if(!this.$util.isEmpty(this.py)){
|
|
|
|
|
- this.globalClassItemListContrapose = []
|
|
|
|
|
- this.initDataContrapose({shopId: this.shopId});
|
|
|
|
|
- }else{
|
|
|
|
|
- this.globalClassItemListContrapose = this.allFilterProductInfoContrapose;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ this.globalClassItemListContrapose = []
|
|
|
|
|
+ this.initDataContrapose({shopId: this.shopId})
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|