从PACS页面返回影像库时,查询数据。
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-09 11:50:17 +08:00
parent 5a4fa5a63d
commit 40de1d3b1d
2 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@ export default {
beforeCloseStudyDig() { beforeCloseStudyDig() {
this.$setOpenWindow() this.$setOpenWindow()
this.$emit('update:visible', false) this.$emit('update:visible', false)
this.$emit('getList')
}, },
}, },
} }

View File

@ -180,7 +180,7 @@
:callingAeList="callingAeList" /> :callingAeList="callingAeList" />
<!--pacs拉取列表--> <!--pacs拉取列表-->
<pullImage v-if="pullTrialsVisible" :visible.sync="pullTrialsVisible" :calledAeList="calledAeList" <pullImage v-if="pullTrialsVisible" :visible.sync="pullTrialsVisible" :calledAeList="calledAeList"
:callingAeList="callingAeList" /> :callingAeList="callingAeList" @getList="getList"/>
</BaseContainer> </BaseContainer>
</template> </template>
<script> <script>