Commit 7d3f2b78 authored by zhengke's avatar zhengke

1

parent 92841d80
......@@ -5,4 +5,29 @@
<div>
123
</div>
</template>
\ No newline at end of file
</template>
<script>
export default {
props: {
saveObj: {
type: Object,
default: null
}
},
data() {
return {
dataList: {}
}
},
created() {
},
methods: {
//请求数据
getList() {
},
},
}
</script>
\ No newline at end of file
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