style:加载
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment