Administrator 4 anos atrás
pai
commit
4e952dfe09
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4 1
      components/cm-module/listTemplate/secondHand.vue

+ 4 - 1
components/cm-module/listTemplate/secondHand.vue

@@ -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;