From 6f7001dd0353fb6d02a25bddbeba1541dfcc2ccb Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Sat, 3 Dec 2022 16:33:15 +0800 Subject: [PATCH] =?UTF-8?q?--=20bug=20=E5=BD=92=E5=B1=9E=E7=BB=84=E7=BB=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/learningpath/LearningPath.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, },