工作台跳转中心调研异常bug修复
continuous-integration/drone/push Build is passing Details

uat
caiyiling 2025-02-18 17:22:21 +08:00
parent cadb3e8f7a
commit 551cdf0ed3
1 changed files with 8 additions and 8 deletions

View File

@ -95,7 +95,7 @@
</el-form> </el-form>
</el-dialog> </el-dialog>
<el-dialog <!-- <el-dialog
:visible.sync="historyVisible" :visible.sync="historyVisible"
:custom-class="isFullscreen?'full-dialog-container':'dialog-container'" :custom-class="isFullscreen?'full-dialog-container':'dialog-container'"
:close-on-click-modal="false" :close-on-click-modal="false"
@ -119,7 +119,7 @@
:site-id="siteId" :site-id="siteId"
/> />
</div> </div>
</el-dialog> </el-dialog> -->
</div> </div>
</template> </template>
@ -129,10 +129,10 @@ import BaseInfo from './BaseInfo'
import HistoricalParticipant from './HistoricalParticipant' import HistoricalParticipant from './HistoricalParticipant'
import ParticipantList from './ParticipantList' import ParticipantList from './ParticipantList'
import EquipmentList from './EquipmentList' import EquipmentList from './EquipmentList'
import HistoricalRecord from './HistoricalRecord' // import HistoricalRecord from './HistoricalRecord'
export default { export default {
name: 'QuestionForm', name: 'QuestionForm',
components: { BaseInfo, HistoricalParticipant, ParticipantList, EquipmentList, HistoricalRecord }, components: { BaseInfo, HistoricalParticipant, ParticipantList, EquipmentList },
props: { props: {
trialSiteSurveyId: { trialSiteSurveyId: {
type: String, type: String,
@ -312,10 +312,10 @@ export default {
handleBack() { handleBack() {
this.$router.push({ path: `/researchLogin?trialId=${this.trialId}&lang=${this.$i18n.locale}` }) this.$router.push({ path: `/researchLogin?trialId=${this.trialId}&lang=${this.$i18n.locale}` })
}, },
handleHistory() { // handleHistory() {
this.isFullscreen = false // this.isFullscreen = false
this.historyVisible = true // this.historyVisible = true
} // }
} }
} }
</script> </script>