feat:增加所有任务传参

This commit is contained in:
wyx
2023-02-13 21:50:54 +08:00
parent c10b3ffce2
commit 603a4aa255
12 changed files with 90 additions and 3 deletions

View File

@@ -194,6 +194,10 @@ export default {
type: Number,
default: null,
},
taskIdDraft: {
type: Number,
default: null,
},
edit: {
// 是否为编辑
type: Boolean,
@@ -532,6 +536,7 @@ export default {
routerTaskId: props.routerTaskId || 0,
type: 1,
duration: value.studyTime,
id: props.taskIdDraft
})
.then((res) => {
if (res.data.code == 200) {