清除病灶信息bug修复
continuous-integration/drone/push Build is passing Details

uat
caiyiling 2025-04-17 09:07:46 +08:00
parent b0c4cfd0bf
commit aeef8eaacf
1 changed files with 2 additions and 1 deletions

View File

@ -145,6 +145,7 @@
:model="innerFormData[`${table.Id}_${answer.RowIndex}`]" :model="innerFormData[`${table.Id}_${answer.RowIndex}`]"
> >
<table-question-form-item <table-question-form-item
:ref="`form_${table.Id}_${answer.RowIndex}`"
:table-info="table" :table-info="table"
:answer="answer" :answer="answer"
:question-form="innerFormData[`${table.Id}_${answer.RowIndex}`]" :question-form="innerFormData[`${table.Id}_${answer.RowIndex}`]"
@ -726,7 +727,7 @@ export default {
this.$set(this.innerFormData[`${table.Id}_${rowIndex}`], 'MeasureData', null) this.$set(this.innerFormData[`${table.Id}_${rowIndex}`], 'MeasureData', null)
// //
this.$set(this.innerFormData[`${table.Id}_${rowIndex}`], 'SaveTypeEnum', innerForm.RowId ? 1 : 0) this.$set(this.innerFormData[`${table.Id}_${rowIndex}`], 'SaveTypeEnum', innerForm.RowId ? 1 : 0)
this.$refs[`${table.Id}_${rowIndex}`][0].getOrganList() this.$refs[`form_${table.Id}_${rowIndex}`][0].getOrganList()
}, },
// //
async deleteLesion(table, rowIndex) { async deleteLesion(table, rowIndex) {