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) {