Commit 7d3f2b78 authored by zhengke's avatar zhengke

1

parent 92841d80
...@@ -5,4 +5,29 @@ ...@@ -5,4 +5,29 @@
<div> <div>
123 123
</div> </div>
</template> </template>
\ No newline at end of file <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