From 40de1d3b1da9fba82fb031a279003399e36fa62b Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Tue, 9 Sep 2025 11:50:17 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=8EPACS=E9=A1=B5=E9=9D=A2=E8=BF=94?=
=?UTF-8?q?=E5=9B=9E=E5=BD=B1=E5=83=8F=E5=BA=93=E6=97=B6=EF=BC=8C=E6=9F=A5?=
=?UTF-8?q?=E8=AF=A2=E6=95=B0=E6=8D=AE=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../trials/trials-inspection/components/pullImage/index.vue | 1 +
src/views/trials/trials-inspection/index.vue | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/views/trials/trials-inspection/components/pullImage/index.vue b/src/views/trials/trials-inspection/components/pullImage/index.vue
index 7395447..95b11bc 100644
--- a/src/views/trials/trials-inspection/components/pullImage/index.vue
+++ b/src/views/trials/trials-inspection/components/pullImage/index.vue
@@ -51,6 +51,7 @@ export default {
beforeCloseStudyDig() {
this.$setOpenWindow()
this.$emit('update:visible', false)
+ this.$emit('getList')
},
},
}
diff --git a/src/views/trials/trials-inspection/index.vue b/src/views/trials/trials-inspection/index.vue
index 3b47a86..faf57d5 100644
--- a/src/views/trials/trials-inspection/index.vue
+++ b/src/views/trials/trials-inspection/index.vue
@@ -180,7 +180,7 @@
:callingAeList="callingAeList" />
+ :callingAeList="callingAeList" @getList="getList"/>