Tony Kang 3 kuukautta sitten
vanhempi
commit
0cf16dc4e5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;