From 93c9c8e754679c0b1e7afe10fb6ca827b52114d2 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 목, 06 1월 2022 10:21:39 +0900 Subject: [PATCH] 일반 이메일 누락 된 Form 추가 --- src/main/webapp/scripts/app/customField/customFieldAdd.controller.js | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/scripts/app/customField/customFieldAdd.controller.js b/src/main/webapp/scripts/app/customField/customFieldAdd.controller.js index 39f6dee..91b67a4 100644 --- a/src/main/webapp/scripts/app/customField/customFieldAdd.controller.js +++ b/src/main/webapp/scripts/app/customField/customFieldAdd.controller.js @@ -27,10 +27,11 @@ options : [], // �샃�뀡 optionText : "", // �샃�뀡 媛� numberType : "", - ipAdress : "", + ipAddress : "", email : "", site : "", - tel : "" + tel : "", + requiredData : false } }; @@ -42,7 +43,7 @@ // �븘�뱶 �쑀�삎�쓣 蹂�寃� �뻽�쓣 �븣 臾몄옄�뿴 �븘�뱶�씪 寃쎌슦�뿉�뒗 �샃�뀡 媛믪쓣 珥덇린�솕�빐以��떎. function changeFieldType() { // if ($scope.vm.form.customFieldType === "INPUT") { - $scope.vm.form.name = ""; + // $scope.vm.form.name = ""; $scope.vm.form.options = []; $scope.vm.form.optionText = ""; @@ -106,7 +107,6 @@ return true; } } - return false; } @@ -116,7 +116,6 @@ var content = angular.copy($scope.vm.form); content.name = $rootScope.preventXss(content.name); - if ($scope.vm.form.customFieldType === 'MULTI_SELECT'|| $scope.vm.form.customFieldType === "SINGLE_SELECT") { var convertDefaultValues = ""; -- Gitblit v1.8.0