|
|
@@ -527,7 +527,7 @@ export default {
|
|
|
CreateBy: this.CreateBy,
|
|
|
SourceName: this.SourceName,
|
|
|
DItem: this.DItem,
|
|
|
- EquipmentIds: this.EquipmentIds.join(','),
|
|
|
+ EquipmentIds: (this.EquipmentIds).length == 0 ? '' : this.EquipmentIds.join(','),
|
|
|
Name: this.Name,
|
|
|
Validity: this.Validity,
|
|
|
CreateOn: this.CreateOn,
|
|
|
@@ -548,7 +548,7 @@ export default {
|
|
|
}
|
|
|
params = Object.assign(params, params3)
|
|
|
}
|
|
|
- store.set('samplesfiles/animallist', params)
|
|
|
+ store.set('samplestoredseach', params)
|
|
|
_this.getAllSearchTab()
|
|
|
this.$axios.get('/samplesfiles/animallist', {
|
|
|
params
|
|
|
@@ -565,7 +565,7 @@ export default {
|
|
|
.then(res => {
|
|
|
this.EquipmentList = res.data
|
|
|
})
|
|
|
- /* this.$refs.multipleTable.doLayout() */
|
|
|
+ /*this.$refs.multipleTable.doLayout()*/
|
|
|
// 获取样本扩展列表
|
|
|
service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'CustomizeSearch', {type: 'Sample'})
|
|
|
.then(res => {
|
|
|
@@ -622,9 +622,6 @@ export default {
|
|
|
}).catch(() => {})
|
|
|
},
|
|
|
seachdata () {
|
|
|
- if (this.selectedzuzhi.length > 0) {
|
|
|
- this.selectsigorg = this.selectedzuzhi[this.selectedzuzhi.length - 1] + ''
|
|
|
- }
|
|
|
this.currentPage = 1
|
|
|
this.initData()
|
|
|
this.dialogVisible = false
|