|
|
@@ -535,7 +535,7 @@ export default {
|
|
|
.catch(err => {
|
|
|
console.error(err)
|
|
|
})
|
|
|
- service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'CustomizeSearch', {type: 'SampleSource'})
|
|
|
+ service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'CustomizeSearch', {type: 'SampleSource'})
|
|
|
.then(res => {
|
|
|
this.ExpandInfoList = res.data
|
|
|
})
|
|
|
@@ -629,7 +629,7 @@ export default {
|
|
|
getAllSearchTab () {
|
|
|
let _this = this
|
|
|
// getSearchTemplate({ Type: 'sample' })
|
|
|
- service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'GetSearchTemplate', {type: 'SampleSource'})
|
|
|
+ service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'GetSearchTemplate', {type: 'SampleSource'})
|
|
|
.then(res => {
|
|
|
console.log('res.data', res.data)
|
|
|
if (res.data && res.data.length > 0) {
|
|
|
@@ -760,7 +760,7 @@ export default {
|
|
|
type: 'SampleSource'
|
|
|
}
|
|
|
console.log(params)
|
|
|
- service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'SampleSourceSearchByTemplate', params).then(res => {
|
|
|
+ service.postRequest('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'SampleSourceSearchByTemplate', params).then(res => {
|
|
|
this.donorsList = res.data.list
|
|
|
this.currentItemCount = res.data.total
|
|
|
})
|
|
|
@@ -950,7 +950,7 @@ export default {
|
|
|
params.size = 0
|
|
|
}
|
|
|
// 样本来源相关导出
|
|
|
- service.downloadExcel('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'ExportExcel', params)
|
|
|
+ service.downloadExcel('dashoo.biobank.bee-0.1-jlw-jlw', 'SampleRelated', 'ExportExcel', params)
|
|
|
},
|
|
|
exportSamples () {
|
|
|
const dateInfo = this.formatExportDate(new Date())
|
|
|
@@ -981,7 +981,7 @@ export default {
|
|
|
params.size = 0
|
|
|
}
|
|
|
const name = dateInfo + '样本来源关联样本.xlsx'
|
|
|
- service.downloadExcel('dashoo.biobank.bee-0.1', 'SampleRelated', 'ExportExcel', name, params)
|
|
|
+ service.downloadExcel('dashoo.biobank.bee-0.1-jlw', 'SampleRelated', 'ExportExcel', name, params)
|
|
|
},
|
|
|
jstimehandle (val) {
|
|
|
if (val === '') {
|