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

@@ -244,6 +244,10 @@ export default {
type: Boolean,
default: false,
},
taskIdDraft: {
type: Number,
default: null,
},
EditProjectId: {
type: Number,
default: null,
@@ -574,6 +578,7 @@ export default {
routerId: props.routerId,
routerTaskId: props.routerTaskId || 0,
type: 13,
id: props.taskIdDraft
})
.then(() => {
message.success(`${props.edit ? "编辑" : "新增"}关卡任务成功`);