模板库添加任务

This commit is contained in:
zhangyc
2022-11-25 07:07:41 +08:00
parent c1f4c833cb
commit e9e947b954
12 changed files with 187 additions and 12 deletions

View File

@@ -573,7 +573,15 @@ export default {
type: 13,
});
} else if (props.isLevel == 3) {
console.log("");
apiTask.addTask({
courseId: res.data.data.discussId,
duration: res.data.data.discussExplain,
name: res.data.data.discussName,
projectTemplateId: props.projectTemplatetId,
projectTaskId: props.projectTaskId || 0,
stageId: props.chooseStageId,
type: 13,
});
}
};
const onSelectChange = (selectedRowKeys, selectRow) => {