授课管理, 添加授课记录

This commit is contained in:
gengxin
2025-02-14 19:05:43 +08:00
parent 50f2f3c824
commit 098a47bced

View File

@@ -285,7 +285,8 @@
培训发生组织
</template>
<!-- TODO5 授课讲师 -->
<a-select v-model:value="formParam.trainOrgId" placeholder="请选择培训发生组织" allowClear
<a-select v-model:value="formParam.trainOrgId" placeholder="请选择培训发生组织"
allowClear
showSearch
:filter-option="false"
:options="filterOrgListSearch"
@@ -984,7 +985,7 @@ export default {
state.orgListSearch.unshift({
label: '全部', value: ''
})
state.filterOrgListSearch = state.orgListSearch;