融合页面保存状态去除病灶信息不完整判断

uat_us
caiyiling 2024-04-12 17:30:45 +08:00
parent 62dd650447
commit 4ca0f35cad
1 changed files with 2 additions and 2 deletions

View File

@ -318,7 +318,7 @@ export default {
var lesionState = this.getQuestionVal(7) var lesionState = this.getQuestionVal(7)
if (!isRerender) { if (!isRerender) {
if (this.questionForm.RowId) { if (this.questionForm.RowId) {
this.$set(this.questionForm, 'saveTypeEnum', isNaN(parseInt(lesionState)) ? 1 : 2) this.$set(this.questionForm, 'saveTypeEnum', 2)
} else { } else {
this.$set(this.questionForm, 'saveTypeEnum', 0) this.$set(this.questionForm, 'saveTypeEnum', 0)
} }
@ -625,7 +625,7 @@ export default {
} }
} }
var lesionState = this.getQuestionVal(7) var lesionState = this.getQuestionVal(7)
if (this.firstRenderAnnotation && !isNaN(parseInt(lesionState))) { if (this.firstRenderAnnotation) {
this.$set(this.questionForm, 'saveTypeEnum', 2) this.$set(this.questionForm, 'saveTypeEnum', 2)
} else { } else {
this.$set(this.questionForm, 'saveTypeEnum', 1) this.$set(this.questionForm, 'saveTypeEnum', 1)