zhangweicheng 5 年之前
父節點
當前提交
c515a6f565
共有 1 個文件被更改,包括 0 次插入1 次删除
  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);
     },