소스 검색

去点机构id缓存时效

zhangjie 4 년 전
부모
커밋
74d614dc0a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {