Browse Source

去点机构id缓存时效

zhangjie 4 years ago
parent
commit
74d614dc0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/main/OrgManage.vue

+ 1 - 1
src/modules/main/OrgManage.vue

@@ -176,7 +176,7 @@ export default {
       user.enabled = !user.enabled;
       user.enabled = !user.enabled;
     },
     },
     toDetail(row) {
     toDetail(row) {
-      this.$ls.set("organizationId", row.id, this.GLOBAL.authTimeout);
+      this.$ls.set("organizationId", row.id);
       this.$router.push({ name: "WorkManage" });
       this.$router.push({ name: "WorkManage" });
     },
     },
     toDelete(row) {
     toDelete(row) {