OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-11-25 599c3777e9f82e443b2f213527f5af24f4fd907d
src/main/webapp/scripts/app/project/projectModify.controller.js
@@ -100,15 +100,9 @@
                        return true;
                    }
                    if ($scope.vm.form.startEndDateRange == "") {
                        return true;
                    }
                    if ($scope.vm.form.managers.length < 1) {
                        return true;
                    }
                    return false;
                }