diff --git a/src/store/index.js b/src/store/index.js index c7979bfa..e606e3f7 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -32,6 +32,7 @@ export default createStore({ projectSys: [],//培训分类 pathmapPic: [],//学习路径背景图 memberInitInfo: [],//学员默认 + sysType: [],//学员默认 }, getters: {}, mutations: { diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index e2b58111..021e6730 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -54,7 +54,7 @@ tree-default-expand-all :fieldNames="{ children: 'children', - label: 'name', + label: 'dictCode', value: 'dictName', }" :tree-data="sysTypeOptions" diff --git a/src/views/courselibrary/components/seeModal.vue b/src/views/courselibrary/components/seeModal.vue index 153dfe7c..640dc5be 100644 --- a/src/views/courselibrary/components/seeModal.vue +++ b/src/views/courselibrary/components/seeModal.vue @@ -1,157 +1,157 @@ diff --git a/src/views/courselibrary/courseModal.vue b/src/views/courselibrary/courseModal.vue index 0eef62b9..e2d717f1 100644 --- a/src/views/courselibrary/courseModal.vue +++ b/src/views/courselibrary/courseModal.vue @@ -138,26 +138,15 @@
- - - - - - - - - - - - - - + :getPopupContainer="triggerNode => triggerNode.parentNode || document.body" + v-model:value="fen_lei" + :tree-data="sysTypeOptions" + :fieldNames="{ + children: 'children', + label: 'dictName', + value: 'dictCode', + }">
@@ -321,13 +310,12 @@