sc
This commit is contained in:
@@ -449,7 +449,7 @@ function resetForm() {
|
|||||||
startTime: undefined,
|
startTime: undefined,
|
||||||
endTime: undefined,
|
endTime: undefined,
|
||||||
executor: [],
|
executor: [],
|
||||||
dataScope: 1
|
dataScope: 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -464,7 +464,7 @@ function addObjective() {
|
|||||||
objectiveName: '',
|
objectiveName: '',
|
||||||
executor: [],
|
executor: [],
|
||||||
keyResults: [],
|
keyResults: [],
|
||||||
dataScope: 1
|
dataScope: 2
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -495,7 +495,7 @@ function removeKR(oIdx, krIdx) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function addChildNode() {
|
function addChildNode() {
|
||||||
childNodeList.value.push({ dataScope: 1 })
|
childNodeList.value.push({ dataScope: 2 })
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeChildNode(idx) {
|
function removeChildNode(idx) {
|
||||||
|
|||||||
Reference in New Issue
Block a user