-- bug 归属组织

This commit is contained in:
yuping
2022-12-03 16:33:15 +08:00
parent 1344bb1036
commit 6f7001dd03

View File

@@ -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,
},