Commit 5d964fc6 by peema_phongam

save interview

parent b67bb7d6
......@@ -158,11 +158,11 @@ angular.module('APS_INTERVIEW').controller('APS_FORM_INTERVIEW_DHAS_DEPT', ['$sc
if (objlist2.length>0){
result = false
}
let objlist3 = $scope.formdata.comment.filter((appropriate) => appropriate.appropriate == 0)
if (objlist3.length>0){
result = false
}
// let objlist3 = $scope.formdata.comment.filter((appropriate) => appropriate.appropriate == 0)
// if (objlist3.length>0){
// result = false
// }
// console.log(objlist, objlist2, objlist3)
return result
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment