9 lines
164 B
Vue
9 lines
164 B
Vue
<template>
|
|
<search-list type="stockIn" :onDetail="onDetail" />
|
|
</template>
|
|
<script setup>
|
|
import SearchList from '../../components/SearchList.vue';
|
|
|
|
|
|
|
|
</script> |