mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 20:36:45 +08:00
授课管理, 添加授课记录
This commit is contained in:
@@ -285,7 +285,8 @@
|
|||||||
培训发生组织
|
培训发生组织
|
||||||
</template>
|
</template>
|
||||||
<!-- TODO5 授课讲师 -->
|
<!-- TODO5 授课讲师 -->
|
||||||
<a-select v-model:value="formParam.trainOrgId" placeholder="请选择培训发生组织" allowClear
|
<a-select v-model:value="formParam.trainOrgId" placeholder="请选择培训发生组织"
|
||||||
|
allowClear
|
||||||
showSearch
|
showSearch
|
||||||
:filter-option="false"
|
:filter-option="false"
|
||||||
:options="filterOrgListSearch"
|
:options="filterOrgListSearch"
|
||||||
@@ -984,7 +985,7 @@ export default {
|
|||||||
state.orgListSearch.unshift({
|
state.orgListSearch.unshift({
|
||||||
label: '全部', value: ''
|
label: '全部', value: ''
|
||||||
})
|
})
|
||||||
|
state.filterOrgListSearch = state.orgListSearch;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user