mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 04:43:08 +09:00
로그인 / 고객관리 / 시스템관리 ... 디자인 및 기능 수정 적용
This commit is contained in:
@@ -240,7 +240,7 @@ export default {
|
||||
},
|
||||
created(){
|
||||
this.setPeriodDay(0);
|
||||
|
||||
this.getExcelHeader();
|
||||
},
|
||||
destroyed() {
|
||||
this.grid.params.custNm='';
|
||||
@@ -406,8 +406,8 @@ export default {
|
||||
},
|
||||
getExcelHeader() {
|
||||
// 헤더를 mockup으로 관리한다.
|
||||
custMgtApi.getExcelHeader(this.pageType).then(res => {
|
||||
this.excelHeader = res;
|
||||
statsApi.getExcelHeader(this.pageType).then(res => {
|
||||
this.excelHeader = res;
|
||||
});
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user