소스 검색

code sync

Tony Kang 4 달 전
부모
커밋
0cf16dc4e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/public/report/js/rpt_main.js

+ 1 - 1
app/public/report/js/rpt_main.js

@@ -157,7 +157,7 @@ let zTreeOprObj = {
                 }
             }
         };
-        const _changeSourceType = function(items, newType = 1) {4
+        const _changeSourceType = function(items, newType = 1) {
             if (items && items.length > 0) {
                 for (let i = items.length - 1; i >= 0; i--) {
                     items[i].source_type = newType;