mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-08 20:16:17 +09:00
TC 수정건 적용 (디자인 및 기능)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user