소스 검색

Merge branch 'master' into lmm

seimin 11 달 전
부모
커밋
1836ecedc1
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      assets/js/controllers/businessConfiguration/commonFaultSymptomsCtrl.js

+ 3 - 3
assets/js/controllers/businessConfiguration/commonFaultSymptomsCtrl.js

@@ -159,7 +159,7 @@ app.controller("commonFaultSymptomslistCtrl", [
159
             }
159
             }
160
             var postData = {
160
             var postData = {
161
               idx: 0,
161
               idx: 0,
162
-              sum: 1000,
162
+              sum: 9999,
163
             };
163
             };
164
             if (filterKeyword) {
164
             if (filterKeyword) {
165
               postData.incidentcategory = {
165
               postData.incidentcategory = {
@@ -356,7 +356,7 @@ app.controller("commonFaultSymptomslistCtrl", [
356
             }
356
             }
357
             var postData = {
357
             var postData = {
358
               idx: 0,
358
               idx: 0,
359
-              sum: 1000,
359
+              sum: 9999,
360
             };
360
             };
361
             if (filterKeyword) {
361
             if (filterKeyword) {
362
               postData.incidentcategory = {
362
               postData.incidentcategory = {
@@ -676,7 +676,7 @@ app.controller("commonFaultSymptomslistCtrl", [
676
       }
676
       }
677
       var postData = {
677
       var postData = {
678
         idx: 0,
678
         idx: 0,
679
-        sum: 1000,
679
+        sum: 9999,
680
       };
680
       };
681
       if (filterKeyword) {
681
       if (filterKeyword) {
682
         postData.incidentcategory = {
682
         postData.incidentcategory = {