diff --git a/src/views/trials/trials-panel/attachments/site-research/components/Equipments.vue b/src/views/trials/trials-panel/attachments/site-research/components/Equipments.vue
index eecef642..07a80189 100644
--- a/src/views/trials/trials-panel/attachments/site-research/components/Equipments.vue
+++ b/src/views/trials/trials-panel/attachments/site-research/components/Equipments.vue
@@ -36,8 +36,8 @@
-
+
{
this.equipmentControlFieldList.push(item.FiledName)
})
+ this.$nextTick(() => {
+ this.$refs.equipmentsList.doLayout()
+ })
}
} catch (e) {
console.log(e)
diff --git a/src/views/trials/trials-panel/attachments/site-research/components/Questions.vue b/src/views/trials/trials-panel/attachments/site-research/components/Questions.vue
index eaabdf6f..39352ea6 100644
--- a/src/views/trials/trials-panel/attachments/site-research/components/Questions.vue
+++ b/src/views/trials/trials-panel/attachments/site-research/components/Questions.vue
@@ -36,7 +36,7 @@
-
@@ -254,6 +254,9 @@ export default {
this.total = res.Result.TotalCount
this.otherInfo = res.OtherInfo
this.notShowFieldList = res.OtherInfo.NotShowFieldList
+ this.$nextTick(() => {
+ this.$refs.questionsList.doLayout()
+ })
}
} catch (e) {
console.log(e)