From bb31a52c4fa8dea777c2fabd52210efa961d3594 Mon Sep 17 00:00:00 2001 From: "DESKTOP-MAVEOS0\\lmh32" Date: Tue, 9 May 2023 14:15:17 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B8=EC=A6=9D=20=EC=A0=9C=EC=99=B8=20?= =?UTF-8?q?=EB=B0=9C=EC=8B=A0=EB=B2=88=ED=98=B8=20=EB=93=B1=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/sendNumMgt/components/NumberRegPop.vue | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/frontend/src/modules/sendNumMgt/components/NumberRegPop.vue b/frontend/src/modules/sendNumMgt/components/NumberRegPop.vue index 28c3d0b..fae5b08 100644 --- a/frontend/src/modules/sendNumMgt/components/NumberRegPop.vue +++ b/frontend/src/modules/sendNumMgt/components/NumberRegPop.vue @@ -1217,13 +1217,11 @@ export default { this.$parent.$refs.commmonModal.alertModalOpen(this.row); return false; } - if (this.bizrAuthYn !== 'Y') { - if (this.businessFile == null) { - this.row.title = '발신번호 등록'; - this.row.msg1 = '사업자등록증 파일을 업로드 하세요.'; - this.$parent.$refs.commmonModal.alertModalOpen(this.row); - return false; - } + if (this.businessFile == null) { + this.row.title = '발신번호 등록'; + this.row.msg1 = '사업자등록증 파일을 업로드 하세요.'; + this.$parent.$refs.commmonModal.alertModalOpen(this.row); + return false; } if (this.communicationFile == null) { this.row.title = '발신번호 등록';