|
@@ -32,7 +32,7 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
<el-dropdown split-button type="primary" size="mini" style="margin-left:10px; margin-top: -4px;"
|
|
<el-dropdown split-button type="primary" size="mini" style="margin-left:10px; margin-top: -4px;"
|
|
|
- @command="handleExportsamplesCommand">
|
|
|
|
|
|
|
+ @command="handleExportsamplesCommand">
|
|
|
导出
|
|
导出
|
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-menu slot="dropdown">
|
|
|
<el-dropdown-item style="color:black;" command="exportchosen">导出所选样本</el-dropdown-item>
|
|
<el-dropdown-item style="color:black;" command="exportchosen">导出所选样本</el-dropdown-item>
|
|
@@ -653,7 +653,6 @@
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
this.EquipmentList = res.data
|
|
this.EquipmentList = res.data
|
|
|
})
|
|
})
|
|
|
- this.$refs.multipleTable.doLayout()
|
|
|
|
|
// 获取样本扩展列表
|
|
// 获取样本扩展列表
|
|
|
service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'CustomizeSearch', {type: 'Sample'})
|
|
service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'CustomizeSearch', {type: 'Sample'})
|
|
|
.then(res => {
|
|
.then(res => {
|
|
@@ -664,6 +663,9 @@
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
this.SampleTypeList = res.data
|
|
this.SampleTypeList = res.data
|
|
|
})
|
|
})
|
|
|
|
|
+ this.$nextTick(() => {
|
|
|
|
|
+ this.$refs.multipleTable.doLayout()
|
|
|
|
|
+ });
|
|
|
},
|
|
},
|
|
|
GetEquipmentInfos () {
|
|
GetEquipmentInfos () {
|
|
|
if (this.DItem != '') {
|
|
if (this.DItem != '') {
|