From b395d7b7988d48d34162f58f6aac42739d56279f Mon Sep 17 00:00:00 2001 From: won503 Date: Tue, 13 Jun 2023 18:14:22 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=84=EC=8B=9C=EC=A0=80=EC=9E=A52?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/modules/custMgt/components/InsertChrgModal.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/modules/custMgt/components/InsertChrgModal.vue b/frontend/src/modules/custMgt/components/InsertChrgModal.vue index 6a62fc6..f2f33b9 100644 --- a/frontend/src/modules/custMgt/components/InsertChrgModal.vue +++ b/frontend/src/modules/custMgt/components/InsertChrgModal.vue @@ -235,6 +235,12 @@ export default { this.userTpCd = data.userTpCd; this.userSeq = data.userSeq; this.joinDiv = data.joinDiv; + if (data.joinDiv=='01') { + this.joinDiv=1; + } + if (data.joinDiv=='02') { + this.joinDiv=2; + } }, search: function (isKeep) {