diff --git a/src/views/learningpath/LearningPath.vue b/src/views/learningpath/LearningPath.vue index 3cd7f76e..e2aee1ea 100644 --- a/src/views/learningpath/LearningPath.vue +++ b/src/views/learningpath/LearningPath.vue @@ -669,6 +669,7 @@ import { } from "../../api/method"; import { storage } from "../../api/storage"; import { useStore } from "vuex"; +import OrgClass from "@/components/project/OrgClass"; export default { name: "learningPath", components: { @@ -677,7 +678,7 @@ export default { // QueryRight, // ManageRight, ProjOwnerShip, - + OrgClass, ProjPowerList, ProjCheckShip, },