From f3293ef14d8af93bf1816f72aeae3ad2ce24fd6d Mon Sep 17 00:00:00 2001 From: qsh <> Date: Tue, 3 Jun 2025 14:49:59 +0800 Subject: [PATCH] sc --- src/views/OKR/Management/Components/DialogOkrInfo.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/OKR/Management/Components/DialogOkrInfo.vue b/src/views/OKR/Management/Components/DialogOkrInfo.vue index e999d29..102e920 100644 --- a/src/views/OKR/Management/Components/DialogOkrInfo.vue +++ b/src/views/OKR/Management/Components/DialogOkrInfo.vue @@ -449,7 +449,7 @@ function resetForm() { startTime: undefined, endTime: undefined, executor: [], - dataScope: 1 + dataScope: 2 } } @@ -464,7 +464,7 @@ function addObjective() { objectiveName: '', executor: [], keyResults: [], - dataScope: 1 + dataScope: 2 }) } @@ -495,7 +495,7 @@ function removeKR(oIdx, krIdx) { } function addChildNode() { - childNodeList.value.push({ dataScope: 1 }) + childNodeList.value.push({ dataScope: 2 }) } function removeChildNode(idx) {