mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
--fix 添加归属权
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user