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){
     roundToString:function(obj,decimal){
         let me = this;
         let me = this;
-        let value;
         let value = me.roundForObj(obj,decimal);
         let value = me.roundForObj(obj,decimal);
         return value.toFixed(decimal);
         return value.toFixed(decimal);
     },
     },