zhangweicheng il y a 5 ans
Parent
commit
c515a6f565
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      public/web/scMathUtil.js

+ 0 - 1
public/web/scMathUtil.js

@@ -184,7 +184,6 @@ let scMathUtil = {
     },
     roundToString:function(obj,decimal){
         let me = this;
-        let value;
         let value = me.roundForObj(obj,decimal);
         return value.toFixed(decimal);
     },