是否可测量限制更改
parent
b25426711a
commit
7daa7fda0c
|
|
@ -352,9 +352,11 @@ export default {
|
|||
// 1104 -- MRI-PDFF 1105 -- 是否可测量
|
||||
this.$set(this.questionForm, 'saveTypeEnum', 1)
|
||||
if (qs.QuestionMark === 1105) {
|
||||
const meanId = this.getQuestionId(1104)
|
||||
if (!v) {
|
||||
const meanId = this.getQuestionId(1104)
|
||||
this.$set(this.questionForm, meanId, 'NE')
|
||||
} else {
|
||||
this.$set(this.questionForm, meanId, '')
|
||||
}
|
||||
}
|
||||
this.setQuestions()
|
||||
|
|
@ -547,6 +549,7 @@ export default {
|
|||
DicomEvent.$emit('getMeasureData')
|
||||
|
||||
this.$set(this.questionForm, 'MeasureData', '')
|
||||
this.isDisabledMeasurableRadio = false
|
||||
let anwsers = Object.assign({}, this.questionForm)
|
||||
this.$emit('resetQuestions', { mean: '', isMeasurable, saveTypeEnum: this.questionForm.saveTypeEnum, rowIndex: this.rowIndex, questionId: this.parentQsId, anwsers: anwsers })
|
||||
DicomEvent.$emit('refreshStudyListMeasureData')
|
||||
|
|
|
|||
Loading…
Reference in New Issue