This commit is contained in:
qsh
2025-06-03 14:38:38 +08:00
parent cd3a39fa47
commit b4a5c36fb0
3 changed files with 37 additions and 3 deletions

View File

@@ -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) {