From a11dc4e377730f1ce08bc7210366c21e2833bf05 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 월, 28 2월 2022 18:38:29 +0900 Subject: [PATCH] 1.0.5버전 --- 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