文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 7c722993 by 李梓桢

image增加字段

parent 62b6b1e5
......@@ -868,6 +868,7 @@ export default {
const newLabel = {
labelId: currentLabelId,
labelName: labelName,
correct: 0,
pointList: pointList
}
this.data[currentImageId].children.push(newLabel)
......
......@@ -601,6 +601,7 @@ export default {
X: position.X,
Y: position.Y,
landmarkId: currentId,
correct: 0,
landmarkName: landmarkName
}
this.landmarkData.push(newlandmark)
......@@ -688,6 +689,7 @@ export default {
const newLabel = {
labelId: currentId,
labelName: labelName,
correct: 0,
pointList: pointList
}
this.layerData.push(newLabel)
......@@ -751,6 +753,7 @@ export default {
const newLabel = {
labelId: currentId,
labelName: labelName,
correct: 0,
pointList: pointList
}
this.layerData.push(newLabel)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment