@@ -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'})
@@ -577,6 +576,9 @@ export default {
this.SampleTypeList = res.data
+ this.$nextTick(() => {
+ this.$refs.multipleTable.doLayout()
+ })
},
GetEquipmentInfos () {
if (this.DItem != '') {
@@ -593,7 +593,6 @@
- this.$refs.multipleTable.doLayout()
@@ -604,6 +603,9 @@
/* GetEquipmentInfos () {
@@ -654,7 +654,6 @@
@@ -665,6 +664,9 @@
+ });
@@ -556,7 +556,6 @@
@@ -567,6 +566,9 @@