|
|
@@ -728,7 +728,7 @@ export default {
|
|
|
}
|
|
|
console.log(params)
|
|
|
service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'SampleSearchByTemplate', params).then(res => {
|
|
|
- this.List = res.data.list
|
|
|
+ this.list = res.data.list
|
|
|
this.currentItemCount = res.data.total
|
|
|
})
|
|
|
this.currentSearchTemplate = command
|