사용자 로그인 수정

This commit is contained in:
USER
2022-09-05 18:02:38 +09:00
parent 43a270c4bd
commit 1367c7655f

View File

@@ -308,7 +308,7 @@ export default {
const response = await custMgtApi.memberAdminDetail(this.row);
const result = response.data;
if (result != null && result.retCode == '0000') {
this.formReset();
// this.formReset();
this.userNm = result.data.userNm;
this.userId = result.data.userId;
this.regDt = result.data.regDt;
@@ -454,12 +454,13 @@ export default {
}
},
formReset() {
Object.assign(this.$data, this.$options.data());
},
// formReset() {
// Object.assign(this.$data, this.$options.data());
// },
homeLogin() {
this.$refs.form.action = this.homePageUrl;
this.svcUserId = this.userId;
console.log(this.$refs.form);
this.$refs.form.submit();
},
confirmCalbackFnc(props) {