This commit is contained in:
+7
-4
@@ -600,12 +600,15 @@ export default {
|
||||
QuestionId: obj.question.ParentQsId,
|
||||
...(annotation ? {
|
||||
StudyId: annotation.studyId,
|
||||
MarkTool: annotation.markTool,
|
||||
MarkTool: annotation.markTool || '',
|
||||
MeasureData: JSON.stringify(annotation),
|
||||
OrderMarkName: annotation.data.label,
|
||||
OrderMarkName: annotation.data.label || '',
|
||||
NoneDicomFileId: annotation.noneDicomFileId,
|
||||
} : {}),
|
||||
Path: annotation.path,
|
||||
} : {
|
||||
MarkTool: '',
|
||||
OrderMarkName: ''
|
||||
}),
|
||||
Path: annotation.path || '',
|
||||
PicturePath: picturePath ? picturePath : '',
|
||||
QuestionType: 0,
|
||||
RowId: this.operateRowId,
|
||||
|
||||
Reference in New Issue
Block a user