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:
@@ -353,6 +353,10 @@ export default {
|
||||
this.row.msg1 = '저장 하였습니다.';
|
||||
this.$refs.commmonSysModal.alertSysModalOpen(this.row);
|
||||
this.toComplete();
|
||||
}else if (result != null && result.retCode == "4018") {
|
||||
this.row.title = '관리자/유치채널 관리';
|
||||
this.row.msg1 = '이미 사용중인 아이디입니다.';
|
||||
this.$refs.commmonSysModal.alertSysModalOpen(this.row);
|
||||
}
|
||||
} catch (err) {
|
||||
this.row.title = '관리자/유치채널 관리';
|
||||
|
||||
Reference in New Issue
Block a user