mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 02:59:22 +09:00
수정건 수정
This commit is contained in:
@@ -234,6 +234,7 @@ export default {
|
||||
selected: [],
|
||||
svcUserId: '',
|
||||
ezSvcUserAuthKey: '',
|
||||
homePageUrl: '',
|
||||
isActive: true,
|
||||
//applyTbStyle: 'cursor: default;',
|
||||
};
|
||||
@@ -329,6 +330,8 @@ export default {
|
||||
this.userTotalCnt = result.data.list.length;
|
||||
console.log('userTotalCnt:' + result.data.list.length);
|
||||
this.totalItems = result.data.paging.totalCnt;
|
||||
this.homePageUrl = result.data.homePageUrl;
|
||||
this.ezSvcUserAuthKey = result.data.authKey;
|
||||
}
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
@@ -451,12 +454,9 @@ export default {
|
||||
formReset() {
|
||||
Object.assign(this.$data, this.$options.data());
|
||||
},
|
||||
homeLogin() {
|
||||
console.log(process.env.VUE_APP_HOME_PAGE_URL);
|
||||
console.log(process.env.VUE_APP_AUTHKEY);
|
||||
this.$refs.form.action = process.env.VUE_APP_HOME_PAGE_URL;
|
||||
this.svcUserId = this.userId;
|
||||
this.ezSvcUserAuthKey = process.env.VUE_APP_AUTHKEY;
|
||||
homeLogin() {
|
||||
this.$refs.form.action = this.homePageUrl;
|
||||
this.svcUserId = this.userId;
|
||||
this.$refs.form.submit();
|
||||
},
|
||||
confirmCalbackFnc(props) {
|
||||
|
||||
Reference in New Issue
Block a user