Explorar o código

去点机构id缓存时效

zhangjie %!s(int64=4) %!d(string=hai) anos
pai
achega
74d614dc0a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
     },
     toDetail(row) {
-      this.$ls.set("organizationId", row.id, this.GLOBAL.authTimeout);
+      this.$ls.set("organizationId", row.id);
       this.$router.push({ name: "WorkManage" });
     },
     toDelete(row) {