From 3901ceec45f1ed17eff4ae24fb017140ec296e72 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 24 Dec 2025 10:06:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BF=83=E8=B0=83=E7=A0=94=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E8=AE=BE=E5=A4=87=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../attachments/site-research/components/ImageManual.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-panel/attachments/site-research/components/ImageManual.vue b/src/views/trials/trials-panel/attachments/site-research/components/ImageManual.vue index 70f29157..970ee285 100644 --- a/src/views/trials/trials-panel/attachments/site-research/components/ImageManual.vue +++ b/src/views/trials/trials-panel/attachments/site-research/components/ImageManual.vue @@ -117,7 +117,7 @@ export default { }) this.form.IsOpenLostVistRead = res.Result.IsOpenLostVistRead this.form.IsSupportQCDownloadImage = res.Result.IsSupportQCDownloadImage - this.form.IsCloseEquipmentSurvey = res.Result.IsCloseEquipmentSurvey + this.form.IsCloseEquipmentSurvey = !res.Result.IsCloseEquipmentSurvey if (Array.isArray(res.Result.NotShowFieldList) && res.Result.NotShowFieldList.length > 0) { res.Result.NotShowFieldList.forEach(key => { this.form[key] = false @@ -164,7 +164,7 @@ export default { let data = { IsOpenLostVistRead: this.form.IsOpenLostVistRead, IsSupportQCDownloadImage: this.form.IsSupportQCDownloadImage, - IsCloseEquipmentSurvey: this.form.IsCloseEquipmentSurvey, + IsCloseEquipmentSurvey: !this.form.IsCloseEquipmentSurvey, ModifyFiledList: [], NotShowFieldList: [] }