fix 79605

This commit is contained in:
danshihao
2023-12-26 14:00:08 +08:00
parent ef704f3c8e
commit ee8c1f7635
@@ -17,6 +17,7 @@
showSearch
:filter-option="filterOption"
@change="changeSubStandardizationCommitteeList"
:getPopupContainer="(node) => node.parentNode"
:placeholder="$t('pleaseSelect')+$t('workCenter.postMeetingManageProcess.subStandardizationCommitteeName')">
<a-select-option v-for="item in subStandardizationCommitteeList" :key="item.id" :value="item.id">{{ item.name }}</a-select-option>
</a-select>
@@ -35,6 +36,7 @@
allowClear
showSearch
:filter-option="filterOption"
:getPopupContainer="(node) => node.parentNode"
:placeholder="$t('pleaseSelect')+$t('workCenter.postMeetingManageProcess.workGroupName')">
<a-select-option v-for="item in workGroupList" :key="item.id" :value="item.id">{{ item.name }}</a-select-option>
</a-select>