mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 01:00:23 +09:00
수정건 수정
This commit is contained in:
@@ -459,12 +459,19 @@ export default {
|
||||
// Object.assign(this.$data, this.$options.data());
|
||||
// },
|
||||
homeLogin() {
|
||||
|
||||
if(this.userStat == '02'){
|
||||
this.row = {};
|
||||
this.row.title = '로그인';
|
||||
this.row.msg1 = '사용 중지된 계정입니다.';
|
||||
this.$refs.commmonModal.alertModalOpen(this.row);
|
||||
return false;
|
||||
}else if(this.userStat == '99'){
|
||||
this.row = {};
|
||||
this.row.title = '로그인';
|
||||
this.row.msg1 = '삭제된 계정입니다.';
|
||||
this.$refs.commmonModal.alertModalOpen(this.row);
|
||||
return false;
|
||||
}
|
||||
this.$refs.form.action = this.homePageUrl;
|
||||
this.svcUserId = this.userId;
|
||||
|
||||
@@ -268,13 +268,19 @@ export default {
|
||||
//this.email = '';
|
||||
this.$refs._email.focus();
|
||||
},
|
||||
homeLogin() {
|
||||
homeLogin() {
|
||||
if(this.stat == '02'){
|
||||
this.row = {};
|
||||
this.row.title = '로그인';
|
||||
this.row.msg1 = '사용 중지된 계정입니다.';
|
||||
this.$refs.commmonModal.alertModalOpen(this.row);
|
||||
return false;
|
||||
}else if(this.stat == '99'){
|
||||
this.row = {};
|
||||
this.row.title = '로그인';
|
||||
this.row.msg1 = '삭제된 계정입니다.';
|
||||
this.$refs.commmonModal.alertModalOpen(this.row);
|
||||
return false;
|
||||
}
|
||||
|
||||
this.$refs.form.action = this.homePageUrl;
|
||||
|
||||
Reference in New Issue
Block a user