From 8840ddc77a9fe47f67e0a8ff651e194afa890a09 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 17 Apr 2025 11:40:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=97=85=E7=81=B6=E6=B8=85=E9=99=A4=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/mRecist/QuestionList.vue | 1 + 1 file changed, 1 insertion(+) 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) {