|
|
@@ -49,7 +49,7 @@
|
|
|
</el-form>
|
|
|
</div>
|
|
|
|
|
|
- <el-table ref="multipleTable" :data="donorsList" bordertooltip-effect="dark" border height="calc(100vh - 230px)" style="width: 100%;"
|
|
|
+ <el-table ref="multipleTable" :data="list" bordertooltip-effect="dark" border height="calc(100vh - 230px)" style="width: 100%;"
|
|
|
@selection-change="handleSelectionChange" @header-dragend="header_dragend">
|
|
|
<el-table-column type="selection" width="55"></el-table-column>
|
|
|
<el-table-column label="操作" width="110" align="center" fixed>
|
|
|
@@ -655,7 +655,7 @@
|
|
|
}
|
|
|
store.set('samplestoredseach', params)
|
|
|
_this.getAllSearchTab()
|
|
|
- this.$axios.get('/sampleinput/animallist', {
|
|
|
+ this.$axios.get('/samplepreinput/animallist', {
|
|
|
params
|
|
|
})
|
|
|
.then(res => {
|
|
|
@@ -946,11 +946,12 @@
|
|
|
size: 200,
|
|
|
template: command,
|
|
|
isDelete: 0,
|
|
|
- type: 'Sample'
|
|
|
+ type: 'Sample',
|
|
|
+ status: 'prerecorded'
|
|
|
}
|
|
|
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
|