培训放生组织

This commit is contained in:
gengxin
2025-02-18 14:04:40 +08:00
parent ad899a21c8
commit 08245a8bba

View File

@@ -50,8 +50,17 @@
<!-- <OrgClass @enter="searchSubmit()" v-model:value="searchParam.orgId" :placeholder="'请选择讲师组织'"
style="width: 235px"
></OrgClass> -->
<a-select style="width: 235px ;margin-bottom:20px" v-model:value="searchParam.trainOrgId" placeholder="请选择培训发生组织" allowClear
:options="orgListSearch"
<!-- TODO -->
<a-select
style="width: 235px ;
margin-bottom:20px"
v-model:value="searchParam.trainOrgId"
placeholder="请选择培训发生组织"
allowClear
:filter-option="false"
:options="filterOrgListSearch"
@search="handleOrgSearch"
@change="changeOrg"
v-on:keydown.enter="enterPressHadlerSearch">
</a-select>
</a-form-item>
@@ -970,7 +979,7 @@ export default {
pageSize:50
}
queryTrainOrgPor(obj).then((res) => {
//TODO5 赋值语句
state.orgList = res.data.data?.map(item=>{
return{
label: item.affiliationName,