--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

@@ -700,7 +700,6 @@ import * as apiStu from "../../api/index";
import { message } from "ant-design-vue";
import {
commonData,
changeOwnership,
} from "@/api/method";
import { storage } from "@/api/storage";
import { useStore } from "vuex";
@@ -1497,15 +1496,6 @@ export default {
.catch((chapterErr) => {
console.log("关卡创建失败", chapterErr);
});
//添加归属权 [id: '966735050643083264', name: '丁舟航']
let selectPeopleArr = [
{ id: res.data.data.createId, name: res.data.data.createName },
];
changeOwnership(
"learnPath",
res.data.data.routerId,
selectPeopleArr
);
}
})
.catch((err) => {