|
|
@@ -562,17 +562,17 @@ export default {
|
|
|
console.error(err)
|
|
|
})
|
|
|
// 获取容器类型
|
|
|
- service.postRequest('dashoo.biobank.bee-0.1', 'Equipment', 'GetEquipmentType')
|
|
|
+ service.postRequest('dashoo.biobank.bee-0.1-jlw', 'Equipment', 'GetEquipmentType')
|
|
|
.then(res => {
|
|
|
this.EquipmentList = res.data
|
|
|
})
|
|
|
// 获取样本扩展列表
|
|
|
- service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'CustomizeSearch', {type: 'Sample'})
|
|
|
+ service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'CustomizeSearch', {type: 'Sample'})
|
|
|
.then(res => {
|
|
|
this.ExpandInfoList = res.data
|
|
|
})
|
|
|
// 获取样本类型列表
|
|
|
- service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'GetSampleType')
|
|
|
+ service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'GetSampleType')
|
|
|
.then(res => {
|
|
|
this.SampleTypeList = res.data
|
|
|
})
|
|
|
@@ -582,7 +582,7 @@ export default {
|
|
|
},
|
|
|
GetEquipmentInfos () {
|
|
|
if (this.DItem != '') {
|
|
|
- service.postRequest('dashoo.biobank.bee-0.1', 'Equipment', 'GetEquipmentInfos', {DItem: this.DItem})
|
|
|
+ service.postRequest('dashoo.biobank.bee-0.1-jlw', 'Equipment', 'GetEquipmentInfos', {DItem: this.DItem})
|
|
|
.then(res => {
|
|
|
this.EquipmentInfosList = res.data
|
|
|
})
|
|
|
@@ -725,7 +725,7 @@ export default {
|
|
|
status: 'archived'
|
|
|
}
|
|
|
console.log(params)
|
|
|
- service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'SampleSearchByTemplate', params).then(res => {
|
|
|
+ service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'SampleSearchByTemplate', params).then(res => {
|
|
|
this.list = res.data.list
|
|
|
this.currentItemCount = res.data.total
|
|
|
})
|
|
|
@@ -935,7 +935,7 @@ export default {
|
|
|
getAllSearchTab () {
|
|
|
let _this = this
|
|
|
// getSearchTemplate({ Type: 'sample' })
|
|
|
- service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'GetSearchTemplate', {type: 'Sample'})
|
|
|
+ service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'GetSearchTemplate', {type: 'Sample'})
|
|
|
.then(res => {
|
|
|
console.log('res.data', res.data)
|
|
|
if (res.data && res.data.length > 0) {
|
|
|
@@ -1218,7 +1218,7 @@ export default {
|
|
|
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-jlw', 'SampleRelated', 'ExportExcel', params)
|
|
|
_this.SampleType = ''
|
|
|
_this.sampleExportVisible = false
|
|
|
},
|