sc
This commit is contained in:
@@ -578,33 +578,33 @@ async function saveOkrData(isAutoAddChild = false) {
|
|||||||
'0'
|
'0'
|
||||||
)}-${getLastDayOfMonth(defaultTime.getFullYear(), month)}`,
|
)}-${getLastDayOfMonth(defaultTime.getFullYear(), month)}`,
|
||||||
dataScope: form.value.dataScope,
|
dataScope: form.value.dataScope,
|
||||||
executor: form.value.executor,
|
executor: form.value.executor
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
nodeName: `${month + 1}月第1周`,
|
// nodeName: `${month + 1}月第1周`,
|
||||||
dataScope: form.value.dataScope,
|
// dataScope: form.value.dataScope,
|
||||||
executor: form.value.executor,
|
// executor: form.value.executor,
|
||||||
children: []
|
// children: []
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
nodeName: `${month + 1}月第2周`,
|
// nodeName: `${month + 1}月第2周`,
|
||||||
dataScope: form.value.dataScope,
|
// dataScope: form.value.dataScope,
|
||||||
executor: form.value.executor,
|
// executor: form.value.executor,
|
||||||
children: []
|
// children: []
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
nodeName: `${month + 1}月第3周`,
|
// nodeName: `${month + 1}月第3周`,
|
||||||
dataScope: form.value.dataScope,
|
// dataScope: form.value.dataScope,
|
||||||
executor: form.value.executor,
|
// executor: form.value.executor,
|
||||||
children: []
|
// children: []
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
nodeName: `${month + 1}月第4周`,
|
// nodeName: `${month + 1}月第4周`,
|
||||||
dataScope: form.value.dataScope,
|
// dataScope: form.value.dataScope,
|
||||||
executor: form.value.executor,
|
// executor: form.value.executor,
|
||||||
children: []
|
// children: []
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user