860dc28c by 任超

style:加载

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