From b3dfffe1826511db02b40df1e82d3ae8b21ec4f0 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 10 Jul 2025 13:10:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=A1=AE=E8=AE=A4=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=8E=A5=E5=85=A5=E9=85=8D=E7=BD=AE=E6=97=B6=EF=BC=8C?= =?UTF-8?q?AE=E7=9A=84=E4=BF=A1=E6=81=AF=E6=B2=A1=E6=9C=89=E4=BF=9D?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../setting/trial-config/components/dicomConfig.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/setting/trial-config/components/dicomConfig.vue b/src/views/trials/trials-panel/setting/trial-config/components/dicomConfig.vue index 6c79f133..5860ed92 100644 --- a/src/views/trials/trials-panel/setting/trial-config/components/dicomConfig.vue +++ b/src/views/trials/trials-panel/setting/trial-config/components/dicomConfig.vue @@ -501,7 +501,7 @@ export default { try { let validate = await this.$refs.dicomConfigForm.validate() if (!validate) return - if (this.Id) { + if (this.Id && !this.form.IsPACSConnect) { this.form.Id = this.Id } this.form.TrialId = this.$route.query.trialId