Commit 7cbde5894db3f59ff7991b9249825f69c64d2b0a

Authored by ly525
1 parent c65f71ff

fix: #215

front-end/h5/src/views/work-manager/templates.vue
@@ -94,7 +94,7 @@ export default { @@ -94,7 +94,7 @@ export default {
94 }), 94 }),
95 computed: { 95 computed: {
96 ...mapState('editor', ['works', 'workTemplates']), 96 ...mapState('editor', ['works', 'workTemplates']),
97 - ...mapState('loading', ['fetchWorks_loading']) 97 + ...mapState('loading', ['fetchWorkTemplates_loading'])
98 }, 98 },
99 methods: { 99 methods: {
100 ...mapActions('editor', [ 100 ...mapActions('editor', [