From ca5663d00a06f6ad328b0d975d128440e2541a84 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Thu, 13 Aug 2026 16:36:55 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BF=83=E8=AE=BE=E5=A4=87=E8=A1=A8?=
=?UTF-8?q?=E6=A0=BC=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../attachments/site-research/components/Equipments.vue | 7 +++++--
.../attachments/site-research/components/Questions.vue | 5 ++++-
2 files changed, 9 insertions(+), 3 deletions(-)
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)