增加了重新获取数据的按钮

Former-commit-id: 63c48b198048d6a507a3d86e3d6e632d46cb9106 [formerly 63c48b198048d6a507a3d86e3d6e632d46cb9106 [formerly 63c48b198048d6a507a3d86e3d6e632d46cb9106 [formerly 63c48b198048d6a507a3d86e3d6e632d46cb9106 [formerly 3ed0bae4ca419666c6aa65dc9d55881b1cfbec2a [formerly 2bc0f4a47967aae413a5923a86574cb716c796bb]]]]]
Former-commit-id: 9ae8f7b23bb49cca6f3827e7cf514a1cb0d7b193
Former-commit-id: 7eadedd14fccd61b02bd42d595ff439df5dce9ee
Former-commit-id: 94a6622f43a0f8acc5ffe42ca85f6fb61c0815a1 [formerly 96031b621b9640814c8febfc3465c07264df5ef0]
Former-commit-id: 9487f474d7b1bf5a786bbf1726c4fb0ecdd35e78
Former-commit-id: 0685abad2502d9be14435c5ca9a0e2181a0b5e33
Former-commit-id: 716c250a7c4c635289b28cfbc00610b0c3369538
Former-commit-id: e8dba3c9ec59ac0f4224ade5e3d2cc908920b3d9
Former-commit-id: 59f7a8d48bfa8acf57b7c70fdb5b80b0d8d3c388
This commit is contained in:
liyang
2018-07-20 14:18:17 +08:00
parent 1a4a9355c0
commit 8f9ec0f10e

View File

@@ -1,6 +1,10 @@
<template> <template>
<d2-container type="full" class="page"> <d2-container type="full" class="page">
<template slot="header">本地数据</template> <template slot="header">
<el-button type="primary" @click="load">
重新获取本地数据
</el-button>
</template>
<d2-highlight :code="dbData"/> <d2-highlight :code="dbData"/>
</d2-container> </d2-container>
</template> </template>