zhangweicheng 5 years ago
parent
commit
c515a6f565
1 changed files with 0 additions and 1 deletions
  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);
     },