Commit c7caf63e authored by jingnan's avatar jingnan 👀

配套出库申请组件修改

parent 79fb0d91
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<dee-as-com <dee-as-com
ref="table" ref="table"
:lay-config="cmpOptions" :lay-config="cmpOptions"
:basic-data="basicData"
/> />
</div> </div>
</template> </template>
...@@ -17,6 +18,10 @@ export default { ...@@ -17,6 +18,10 @@ export default {
name: 'MatchRequestItemsCon', name: 'MatchRequestItemsCon',
components: {}, components: {},
props: { props: {
basicData: {
type: Object,
default: () => {}
}
}, },
data() { data() {
return { 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