From 551cdf0ed38b7a7bcbae9d62ed825c5b2ba697a4 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Tue, 18 Feb 2025 17:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E8=B0=83=E7=A0=94=E5=BC=82=E5=B8=B8bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/research/components/ResearchForm.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/research/components/ResearchForm.vue b/src/views/research/components/ResearchForm.vue index 25ad41af..1c8b0922 100644 --- a/src/views/research/components/ResearchForm.vue +++ b/src/views/research/components/ResearchForm.vue @@ -95,7 +95,7 @@ - - + --> @@ -129,10 +129,10 @@ import BaseInfo from './BaseInfo' import HistoricalParticipant from './HistoricalParticipant' import ParticipantList from './ParticipantList' import EquipmentList from './EquipmentList' -import HistoricalRecord from './HistoricalRecord' +// import HistoricalRecord from './HistoricalRecord' export default { name: 'QuestionForm', - components: { BaseInfo, HistoricalParticipant, ParticipantList, EquipmentList, HistoricalRecord }, + components: { BaseInfo, HistoricalParticipant, ParticipantList, EquipmentList }, props: { trialSiteSurveyId: { type: String, @@ -312,10 +312,10 @@ export default { handleBack() { this.$router.push({ path: `/researchLogin?trialId=${this.trialId}&lang=${this.$i18n.locale}` }) }, - handleHistory() { - this.isFullscreen = false - this.historyVisible = true - } + // handleHistory() { + // this.isFullscreen = false + // this.historyVisible = true + // } } }