860dc28c by 任超

style:加载

1 parent ca06a349
......@@ -11,7 +11,7 @@ export default {
computed: {
...mapGetters(['dictData']),
},
created () {
mounted () {
if (this.fetchData) {
this.fetchData()
}
......