Tony Kang 3 mēneši atpakaļ
vecāks
revīzija
0cf16dc4e5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;