Skip to content

Commit f0cb507

Browse files
committed
fix user list
1 parent c9b74f6 commit f0cb507

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/settings/user/UserList.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ export default {
132132
}
133133
},
134134
created() {
135-
this.$store.dispatch("user/findAll");
135+
//this.$store.dispatch("user/findAll");
136+
this.$store.dispatch("user/findAllUsers");
136137
this.$store.dispatch("role/findAll");
137138
}
138139
};

0 commit comments

Comments
 (0)