|
|
@@ -567,7 +567,7 @@
|
|
|
})
|
|
|
},
|
|
|
GetEquipmentInfos () {
|
|
|
- if (this.DItem != ''){
|
|
|
+ if (this.DItem != '') {
|
|
|
service.postRequest('dashoo.biobank.bee-0.1', 'Equipment', 'GetEquipmentInfos', {DItem: this.DItem})
|
|
|
.then(res => {
|
|
|
this.EquipmentInfosList = res.data
|
|
|
@@ -1215,7 +1215,7 @@
|
|
|
const name = dateInfo + '样本来源.xlsx'
|
|
|
console.log('filename', name)
|
|
|
// 样本来源相关导出
|
|
|
- service.downloadExcel('dashoo.biobank.bee-0.1', 'SampleRelated', 'ExportExcel', name, params)
|
|
|
+ service.downloadExcel('dashoo.biobank.bee-0.1', 'SampleRelated', 'ExportExcel', params)
|
|
|
_this.SampleType = ''
|
|
|
_this.sampleExportVisible = false
|
|
|
},
|