mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
feat:增加所有任务传参
This commit is contained in:
@@ -46,6 +46,10 @@ export default {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
taskIdDraft: {
|
||||
type: Number,
|
||||
default: null,
|
||||
},
|
||||
EditInvistId: {
|
||||
type: Number,
|
||||
default: null,
|
||||
@@ -165,6 +169,7 @@ export default {
|
||||
courseTaskId: l_data_id,
|
||||
routerId: props.routerId,
|
||||
type: 11,
|
||||
id: props.taskIdDraft
|
||||
})
|
||||
.then((res) => {
|
||||
console.log("shifouchongfu", res);
|
||||
@@ -191,6 +196,7 @@ export default {
|
||||
routerId: props.routerId,
|
||||
routerTaskId: props.routerTaskId || 0,
|
||||
type: 11,
|
||||
id: props.taskIdDraft
|
||||
})
|
||||
.then(() => {
|
||||
message.destroy();
|
||||
@@ -225,6 +231,7 @@ export default {
|
||||
projectId: props.projectId,
|
||||
stageId: props.chooseStageId || 0,
|
||||
type: 11,
|
||||
id: props.taskIdDraft
|
||||
})
|
||||
.then((res) => {
|
||||
console.log(res);
|
||||
|
||||
Reference in New Issue
Block a user