|
|
@@ -566,7 +566,6 @@ export default {
|
|
|
.then(res => {
|
|
|
this.EquipmentList = res.data
|
|
|
})
|
|
|
- /* this.$refs.multipleTable.doLayout() */
|
|
|
// 获取样本扩展列表
|
|
|
service.postRequest('dashoo.biobank.bee-0.1', 'SampleRelated', 'CustomizeSearch', {type: 'Sample'})
|
|
|
.then(res => {
|
|
|
@@ -577,6 +576,9 @@ export default {
|
|
|
.then(res => {
|
|
|
this.SampleTypeList = res.data
|
|
|
})
|
|
|
+ this.$nextTick(() => {
|
|
|
+ this.$refs.multipleTable.doLayout()
|
|
|
+ })
|
|
|
},
|
|
|
GetEquipmentInfos () {
|
|
|
if (this.DItem != '') {
|