Files
hazardousWaste_app/pages/warehousing/StockIn/my.vue
2026-04-03 08:38:34 +08:00

9 lines
164 B
Vue

<template>
<search-list type="stockIn" :onDetail="onDetail" />
</template>
<script setup>
import SearchList from '../../components/SearchList.vue';
</script>