mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
feat:增加所有任务传参
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user