diff --git a/src/views/login/components/passwordForm.vue b/src/views/login/components/passwordForm.vue
index bc1a8279..48af8fc5 100644
--- a/src/views/login/components/passwordForm.vue
+++ b/src/views/login/components/passwordForm.vue
@@ -159,7 +159,7 @@ export default {
try {
var res1 = await this.$API.auth.info.get();
this.$TOOL.data.set("USER_INFO", res1);
- this.$TOOL.data.set("PERMISSIONS", res1.perms);
+ this.$TOOL.data.set("PERMISSIONS", res1.perms.keys());
this.$router.replace({
path: "/",
});
diff --git a/src/views/wf/state.vue b/src/views/wf/state.vue
index 04f5ceaf..8928028c 100644
--- a/src/views/wf/state.vue
+++ b/src/views/wf/state.vue
@@ -336,6 +336,9 @@
>
+
+