ting.yin 5 年之前
父節點
當前提交
d88260a8b9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      stmms-web/src/main/webapp/static/mark-new/js/modules/mark-board.js

+ 1 - 1
stmms-web/src/main/webapp/static/mark-new/js/modules/mark-board.js

@@ -253,7 +253,7 @@ MarkBoard.prototype.initByTask = function(task) {
 
 MarkBoard.prototype.onDecimalInput = function() {
     var score = this.currentStep.score;
-    if (this.currentStep.interval < 1 && !score.endWith('.')) {
+    if ( !score.endWith('.')) {
         score = score + '.';
     }
     this.currentStep.score = score;