|
@@ -20,6 +20,8 @@ export default class TagService {
|
|
|
tag.center = JSON.parse(JSON.stringify(tagInfo.center))
|
|
|
tag.points2d = JSON.parse(JSON.stringify(tagInfo.points2d))
|
|
|
tag.value = tagInfo.value
|
|
|
+ tag.color = tagInfo.color
|
|
|
+ tag.fontSize = tagInfo.fontSize
|
|
|
}
|
|
|
|
|
|
deleteTag(tagId, floorNum) {
|