mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 03:28:39 +09:00
사용자 로그인 수정
This commit is contained in:
@@ -308,7 +308,7 @@ export default {
|
|||||||
const response = await custMgtApi.memberAdminDetail(this.row);
|
const response = await custMgtApi.memberAdminDetail(this.row);
|
||||||
const result = response.data;
|
const result = response.data;
|
||||||
if (result != null && result.retCode == '0000') {
|
if (result != null && result.retCode == '0000') {
|
||||||
this.formReset();
|
// this.formReset();
|
||||||
this.userNm = result.data.userNm;
|
this.userNm = result.data.userNm;
|
||||||
this.userId = result.data.userId;
|
this.userId = result.data.userId;
|
||||||
this.regDt = result.data.regDt;
|
this.regDt = result.data.regDt;
|
||||||
@@ -454,12 +454,13 @@ export default {
|
|||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
formReset() {
|
// formReset() {
|
||||||
Object.assign(this.$data, this.$options.data());
|
// Object.assign(this.$data, this.$options.data());
|
||||||
},
|
// },
|
||||||
homeLogin() {
|
homeLogin() {
|
||||||
this.$refs.form.action = this.homePageUrl;
|
this.$refs.form.action = this.homePageUrl;
|
||||||
this.svcUserId = this.userId;
|
this.svcUserId = this.userId;
|
||||||
|
console.log(this.$refs.form);
|
||||||
this.$refs.form.submit();
|
this.$refs.form.submit();
|
||||||
},
|
},
|
||||||
confirmCalbackFnc(props) {
|
confirmCalbackFnc(props) {
|
||||||
|
|||||||
Reference in New Issue
Block a user