--fix 添加归属权

This commit is contained in:
yuping
2023-01-31 13:32:30 +08:00
parent 102423c211
commit 5f4bc8301f
3 changed files with 0 additions and 20 deletions

View File

@@ -834,7 +834,6 @@ import TrainClass from "@/components/project/TrainClass";
import OrgClass from "@/components/project/OrgClass";
import dayjs from "dayjs";
import * as moment from "moment";
import { changeOwnership } from "@/api/method";
import NameInput from "@/components/project/NameInput";
import { validateName } from "@/api/index1";
import CommonStudent from "@/components/student/CommonStudent";
@@ -997,10 +996,6 @@ export default {
message.destroy();
message.success("创建成功");
state.currentPage = 1;
state.projectInfo.projectId ||
changeOwnership("project", res.data.data.projectId, [
{ id: res.data.data.createId, name: res.data.data.createName },
]);
getTableDate();
});
};