mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
授课管理, 添加授课记录
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user