|
@@ -227,7 +227,10 @@
|
|
|
},
|
|
|
searchOpertor(){//搜索商品
|
|
|
if(this.searchKeyword == ''){
|
|
|
- this.$util.msg('请输入商品关键词',2000)
|
|
|
+ // this.$util.msg('请输入商品关键词',2000)
|
|
|
+ this.secondHandType = 1
|
|
|
+ this.instrumentType=''
|
|
|
+ this.getProductAgainInfo();
|
|
|
}else{
|
|
|
this.pageNum = 1
|
|
|
this.showSkeleton = true;
|