From fb08399e35f7b90c9c5ef9781af10569be85f9ca Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 월, 14 2월 2022 16:08:44 +0900
Subject: [PATCH] - 사용자정의필드 기본값 입력시 모든 오류 메세지가 표시되는 문제 해결

---
 src/main/webapp/scripts/app/customField/customFieldAdd.controller.js |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/scripts/app/customField/customFieldAdd.controller.js b/src/main/webapp/scripts/app/customField/customFieldAdd.controller.js
index 91b67a4..b1ce6f2 100644
--- a/src/main/webapp/scripts/app/customField/customFieldAdd.controller.js
+++ b/src/main/webapp/scripts/app/customField/customFieldAdd.controller.js
@@ -24,6 +24,12 @@
                         name : "",  //  �궗�슜�옄 �젙�쓽 �븘�뱶 紐�
                         customFieldType : "INPUT",    //  �궗�슜�옄 �젙�쓽 �븘�뱶 �쑀�삎
                         defaultValue : "",  //  湲곕낯 媛�
+                        defaultNumValue : "",  //  湲곕낯 媛�
+                        defaultDateValue : "",  //  湲곕낯 媛�
+                        defaultIpValue : "",  //  湲곕낯 媛�
+                        defaultEmailValue : "",  //  湲곕낯 媛�
+                        defaultTelValue : "",  //  湲곕낯 媛�
+                        defaultSiteValue : "",  //  湲곕낯 媛�
                         options : [],   //  �샃�뀡
                         optionText : "",  //  �샃�뀡 媛�
                         numberType : "",
@@ -48,6 +54,12 @@
                     $scope.vm.form.optionText = "";
 
                     $scope.vm.form.defaultValue = "";
+                    $scope.vm.form.defaultNumValue = "";
+                    $scope.vm.form.defaultDateValue = "";
+                    $scope.vm.form.defaultIpValue = "";
+                    $scope.vm.form.defaultEmailValue = "";
+                    $scope.vm.form.defaultTelValue = "";
+                    $scope.vm.form.defaultSiteValue = "";
                 }
 
 

--
Gitblit v1.8.0