Commit c7caf63e authored by jingnan's avatar jingnan 👀

配套出库申请组件修改

parent 79fb0d91
......@@ -8,6 +8,7 @@
<dee-as-com
ref="table"
:lay-config="cmpOptions"
:basic-data="basicData"
/>
</div>
</template>
......@@ -17,6 +18,10 @@ export default {
name: 'MatchRequestItemsCon',
components: {},
props: {
basicData: {
type: Object,
default: () => {}
}
},
data() {
return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment