소스 검색

修复重新登录界面没有更新

master
Klein Blue 2 년 전
부모
커밋
d0a7f7e6d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/views/dashboard/index.vue

+ 1
- 1
src/views/dashboard/index.vue 파일 보기

@@ -711,6 +711,7 @@ export default {
this.set_shengEnable(false);
this.set_lock_gongzi(false);
this.setGongshi([]);
this.switchState()
// this.gongzi.$refs.reflock.doClose();
});
// this.set_lock_waipandan(false);
@@ -721,7 +722,6 @@ export default {
this.$refs.refMegerdata.doClose();
}
});
this.switchState()
},

// 显示导入弹框

Loading…
취소
저장