feat:移动任务到阶段,关卡

This commit is contained in:
岳佳鑫
2022-11-07 12:11:30 +08:00
parent 006a43743c
commit d3f685a0d5
2 changed files with 6 additions and 4 deletions

View File

@@ -1690,7 +1690,7 @@ export default {
console.log("value:",value);
let obj = {
chapterId: state.isactive,
routerTaskIdList: value,
routerTaskIdList: [value],
}
api
.moveTask(obj)