diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/mRecist/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/mRecist/QuestionList.vue index a4999cbf..7fd84d37 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/mRecist/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/mRecist/QuestionList.vue @@ -728,6 +728,7 @@ export default { // 重置保存标志 this.$set(this.innerFormData[`${table.Id}_${rowIndex}`], 'SaveTypeEnum', innerForm.RowId ? 1 : 0) this.$refs[`form_${table.Id}_${rowIndex}`][0].getOrganList() + this.$forceUpdate() }, // 删除病灶 async deleteLesion(table, rowIndex) {