diff --git a/src/views/workCenter/postMeetingManageProcess/modules/BaseInfoForm.vue b/src/views/workCenter/postMeetingManageProcess/modules/BaseInfoForm.vue
index 59506dbe..320cbfb7 100644
--- a/src/views/workCenter/postMeetingManageProcess/modules/BaseInfoForm.vue
+++ b/src/views/workCenter/postMeetingManageProcess/modules/BaseInfoForm.vue
@@ -17,6 +17,7 @@
showSearch
:filter-option="filterOption"
@change="changeSubStandardizationCommitteeList"
+ :getPopupContainer="(node) => node.parentNode"
:placeholder="$t('pleaseSelect')+$t('workCenter.postMeetingManageProcess.subStandardizationCommitteeName')">
{{ item.name }}
@@ -35,6 +36,7 @@
allowClear
showSearch
:filter-option="filterOption"
+ :getPopupContainer="(node) => node.parentNode"
:placeholder="$t('pleaseSelect')+$t('workCenter.postMeetingManageProcess.workGroupName')">
{{ item.name }}