mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 06:38:22 +09:00
공지사항 수정 pop 오픈시 null 값에 split 되는 부분 수정
This commit is contained in:
@@ -210,10 +210,10 @@ export default {
|
||||
this.emgYn = props.emgYn;
|
||||
this.useYn = props.useYn;
|
||||
this.ctgCd = props.ctgCd;
|
||||
this.fileNm = props.fileNm.split(',');
|
||||
this.filePath = props.filePath.split(',');
|
||||
this.fileTitle = props.fileTitle.split(',');
|
||||
this.fileNo = props.fileNo.split(',');
|
||||
this.fileNm = props.fileNm && props.fileNm.split(',');
|
||||
this.filePath = props.filePath && props.filePath.split(',');
|
||||
this.fileTitle = props.fileTitle && props.fileTitle.split(',');
|
||||
this.fileNo = props.fileNo && props.fileNo.split(',');
|
||||
this.fileCount = props.fileCount;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user