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"/>