zhangweicheng %!s(int64=6) %!d(string=hai) anos
pai
achega
9e0cf83906
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      web/building_saas/main/js/views/fee_rate_view.js

+ 1 - 0
web/building_saas/main/js/views/fee_rate_view.js

@@ -201,6 +201,7 @@ var feeRateObject={
         let rates = projectObj.project.FeeRate.getActivateFeeRate().rates;
         let rowIdx = 0, pID = 0;
         if (fID){
+            fID = parseInt(fID);
             rowIdx = _.findIndex(rates,{ID:fID});
             if(rowIdx != -1) pID = rates[rowIdx].ParentID;
         }