Skip to content

Commit

Permalink
fix(Category): add loading judge
Browse files Browse the repository at this point in the history
Closes #181
  • Loading branch information
vvpvvp committed Jul 11, 2019
1 parent 98bd474 commit 604370b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/category/category.vue
Expand Up @@ -101,6 +101,7 @@ export default {
that.setvalue();
},
load: (modal, { data, callback }) => {
if (data.status.loading) return;
data.status.loading = true;
this.param.getDatas.call(
this.param,
Expand Down

0 comments on commit 604370b

Please sign in to comment.