From 07850f1233c8213858fad74613ffa804ea73c5b5 Mon Sep 17 00:00:00 2001 From: qsh <> Date: Fri, 13 Jun 2025 15:17:47 +0800 Subject: [PATCH] sc --- .../Management/Components/DialogOkrInfo.vue | 54 +++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/views/OKR/Management/Components/DialogOkrInfo.vue b/src/views/OKR/Management/Components/DialogOkrInfo.vue index 50134bb..acc4ecc 100644 --- a/src/views/OKR/Management/Components/DialogOkrInfo.vue +++ b/src/views/OKR/Management/Components/DialogOkrInfo.vue @@ -578,33 +578,33 @@ async function saveOkrData(isAutoAddChild = false) { '0' )}-${getLastDayOfMonth(defaultTime.getFullYear(), month)}`, dataScope: form.value.dataScope, - executor: form.value.executor, - children: [ - { - nodeName: `${month + 1}月第1周`, - dataScope: form.value.dataScope, - executor: form.value.executor, - children: [] - }, - { - nodeName: `${month + 1}月第2周`, - dataScope: form.value.dataScope, - executor: form.value.executor, - children: [] - }, - { - nodeName: `${month + 1}月第3周`, - dataScope: form.value.dataScope, - executor: form.value.executor, - children: [] - }, - { - nodeName: `${month + 1}月第4周`, - dataScope: form.value.dataScope, - executor: form.value.executor, - children: [] - } - ] + executor: form.value.executor + // children: [ + // { + // nodeName: `${month + 1}月第1周`, + // dataScope: form.value.dataScope, + // executor: form.value.executor, + // children: [] + // }, + // { + // nodeName: `${month + 1}月第2周`, + // dataScope: form.value.dataScope, + // executor: form.value.executor, + // children: [] + // }, + // { + // nodeName: `${month + 1}月第3周`, + // dataScope: form.value.dataScope, + // executor: form.value.executor, + // children: [] + // }, + // { + // nodeName: `${month + 1}月第4周`, + // dataScope: form.value.dataScope, + // executor: form.value.executor, + // children: [] + // } + // ] }) } }