8 lines
248 B
Vue
8 lines
248 B
Vue
<template>
|
|
<!-- 仓库信息 -->
|
|
<choose-list :isWarehousing="true" :pathParams="{ type: 'materialQuery' }" />
|
|
</template>
|
|
<script setup>
|
|
import ChooseList from '../../components/ChooseList.vue'
|
|
</script>
|
|
<style lang="sass" scoped></style> |