fix 79605
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user