fix:修改外链添加问题

This commit is contained in:
songwc
2022-11-03 18:06:47 +08:00
parent 9411a4f289
commit 3cb8a50bd3
2 changed files with 9 additions and 6 deletions

View File

@@ -149,14 +149,15 @@ export default {
courseId: 0,
duration: 0,
flag: true,
name: obj.inputV1,
name: obj.linkName,
projectId: 28,
projectTaskId: 0,
stageId: 3,
type: 7,
})
.then((res) => {
console.log("调用项目添加接口后", res.data);
console.log("调用项目添加接口后111", res.data);
ctx.emit("changeData", false);
//重新获取任务列表
// apiTask.getTask({ projectId: 28 });
// router.push("/taskadd");