mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 01:33:37 +09:00
로그인 및 메인 화면 수정 변경
This commit is contained in:
@@ -230,13 +230,14 @@ export default {
|
||||
vuejsDatepicker,
|
||||
},
|
||||
created(){
|
||||
this.$store.commit("login/isLogin", true);
|
||||
this.$store.commit("login/isAuthChk", true);
|
||||
this.setCodeData();
|
||||
this.getExcelHeader();
|
||||
this.setPeriodDay(0);
|
||||
|
||||
this.grid.params.subsSttusCd = '';
|
||||
},
|
||||
destroyed() {
|
||||
this.grid.params.subsSttusCd = '';
|
||||
|
||||
},
|
||||
mounted() {
|
||||
|
||||
Reference in New Issue
Block a user