TC 수정건 적용 (디자인 및 기능)

This commit is contained in:
kimre
2022-07-18 19:34:34 +09:00
parent 2bfa07c17f
commit a6c6db6f22
40 changed files with 1783 additions and 1170 deletions

View File

@@ -311,7 +311,12 @@ export default {
this.$refs.searchIdPopModal.searchIdFailPop();
},
resetRegPop() {
this.formReset();
// this.formReset();
this.madangId = '';
this.userNm = '';
this.email = '';
this.mdn = '';
this.code = '';
this.$refs.madangId.focus();
},
@@ -321,7 +326,7 @@ export default {
this.formReset();
this.insertType = insertType;
console.log(insertType)
if(insertType === 2){
if (insertType === 2) {
this.auth = '1002';
}
var dimmed = document.getElementsByClassName('modal20');
@@ -353,7 +358,7 @@ export default {
this.row.msg1 = '저장 하였습니다.';
this.$refs.commmonSysModal.alertSysModalOpen(this.row);
this.toComplete();
}else if (result != null && result.retCode == "4018") {
} else if (result != null && result.retCode == "4018") {
this.row.title = '관리자/유치채널 관리';
this.row.msg1 = '이미 사용중인 아이디입니다.';
this.$refs.commmonSysModal.alertSysModalOpen(this.row);