|
|
@@ -32,7 +32,8 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<el-dropdown split-button type="primary" size="mini" style="margin-left:10px; margin-top: -4px;"
|
|
|
- @command="handleExportsamplesCommand">
|
|
|
+ @click="handleExportsamplesCommand('exportall')"
|
|
|
+ @command="handleExportsamplesCommand">
|
|
|
导出
|
|
|
<el-dropdown-menu slot="dropdown">
|
|
|
<el-dropdown-item style="color:black;" command="exportchosen">导出所选样本</el-dropdown-item>
|
|
|
@@ -1059,8 +1060,7 @@
|
|
|
const name = dateInfo + '样本来源.xlsx'
|
|
|
console.log('filename', name)
|
|
|
// 样本来源相关导出
|
|
|
- service.downloadExcel('dashoo.biobank.bee-0.1', 'SampleRelated', 'ExportExcel'
|
|
|
- , params)
|
|
|
+ service.downloadExcel('dashoo.biobank.bee-0.1', 'SampleRelated', 'ExportExcel', params)
|
|
|
_this.SampleType = ''
|
|
|
_this.sampleExportVisible = false
|
|
|
},
|