【自定义dicom】表格数值问题移除标记后保存报错
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3832312041
commit
273932f9cc
|
|
@ -600,12 +600,15 @@ export default {
|
||||||
QuestionId: obj.question.ParentQsId,
|
QuestionId: obj.question.ParentQsId,
|
||||||
...(annotation ? {
|
...(annotation ? {
|
||||||
StudyId: annotation.studyId,
|
StudyId: annotation.studyId,
|
||||||
MarkTool: annotation.markTool,
|
MarkTool: annotation.markTool || '',
|
||||||
MeasureData: JSON.stringify(annotation),
|
MeasureData: JSON.stringify(annotation),
|
||||||
OrderMarkName: annotation.data.label,
|
OrderMarkName: annotation.data.label || '',
|
||||||
NoneDicomFileId: annotation.noneDicomFileId,
|
NoneDicomFileId: annotation.noneDicomFileId,
|
||||||
} : {}),
|
} : {
|
||||||
Path: annotation.path,
|
MarkTool: '',
|
||||||
|
OrderMarkName: ''
|
||||||
|
}),
|
||||||
|
Path: annotation.path || '',
|
||||||
PicturePath: picturePath ? picturePath : '',
|
PicturePath: picturePath ? picturePath : '',
|
||||||
QuestionType: 0,
|
QuestionType: 0,
|
||||||
RowId: this.operateRowId,
|
RowId: this.operateRowId,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue