@@ -1375,10 +1375,10 @@
}
console.log(params)
service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'SampleSearchByTemplate', params).then(res => {
- this.donorsList = res.data.list
+ this.list = res.data.list
this.currentItemCount = res.data.total
})
- this.currentSearchTemplate = command
+ /*this.currentSearchTemplate = command*/
},