ims-front/src/views/stock/inboud/inboud-page.vue

9 lines
170 B
Vue

<template>
<apply-modal apply-type='1'></apply-modal>
</template>
<script setup lang="ts">
import applyModal from "@/views/stock/component/applyModal.vue";
</script>