From 1367c7655f27323dac0ab1b57e0fb2493d00fa49 Mon Sep 17 00:00:00 2001 From: USER Date: Mon, 5 Sep 2022 18:02:38 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/modules/custMgt/views/MemberAdminDetail.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/src/modules/custMgt/views/MemberAdminDetail.vue b/frontend/src/modules/custMgt/views/MemberAdminDetail.vue index e4fc293..bb5a5ef 100644 --- a/frontend/src/modules/custMgt/views/MemberAdminDetail.vue +++ b/frontend/src/modules/custMgt/views/MemberAdminDetail.vue @@ -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) {