@@ -402,7 +402,7 @@
},
confirmDetele() {//清空历史记录
this.$util.modal('提示','确定删除历史记录?','确定','取消',true,() =>{
- this.ProductService.GetDeleteProductSearchHistory({userId:this.userID}).then(response =>{
+ this.ProductService.GetDeleteProductSearchHistory({userId:this.userId}).then(response =>{
this.$util.msg('删除成功',2000,true,'success')
this.serachRecordList=[];
}).catch(error =>{