TonyKang %!s(int64=4) %!d(string=hai) anos
pai
achega
a8dd6f7048
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      app/reports/util/rpt_calculation_data_util.js

+ 3 - 1
app/reports/util/rpt_calculation_data_util.js

@@ -949,7 +949,9 @@ function ext_getSplitProperty(dataKey, propKey, splitChar, index, dftValue) {
                     rst[idx] = splitArr[0]; // 把业务带进来了 !_!
                 }
             } else {
-                rst[idx] = dftValue;
+                if (index === 1) {
+                    rst[idx] = splitArr[0]; // 把业务带进来了 !_!
+                } else rst[idx] = dftValue;
             }
         }
     }