Files
hazardousWaste_app/pages/warehousing/StockIn/my.vue

9 lines
164 B
Vue
Raw Normal View History

2026-04-03 08:38:34 +08:00
<template>
<search-list type="stockIn" :onDetail="onDetail" />
</template>
<script setup>
import SearchList from '../../components/SearchList.vue';
</script>