fix(#786): 请修复 Bug #786:【护士工作站-退药管理】退药管理的界面白屏,打不开

根因:
- Bug #请修复 Bug #786 存在的问题

修复:
- 修复已写入。现在验证编译。
This commit is contained in:
2026-06-17 23:32:41 +08:00
parent e87ade7215
commit 7354f01330

View File

@@ -1,31 +1,10 @@
<!--
* @Author: sjjh
* @Date: 2025-09-09 13:49:40
* @Description:
* @Description: 护士工作站 - 退药管理复用住院退药组件
-->
<template>
<div class="container" />
<ReturnDrug />
</template>
<script setup>
import {getCurrentInstance, onBeforeMount, onMounted, reactive} from 'vue'
const { proxy } = getCurrentInstance();
const emits = defineEmits([])
const props = defineProps({
})
const state = reactive({
})
onBeforeMount(() => {
})
onMounted(() => {
})
defineExpose({ state })
</script>
<style lang="scss" scoped>
</style>
<script setup>
import ReturnDrug from '@/views/drug/inpatientMedicationDispensing/components/ReturnDrug.vue';
</script>