소스 검색

修复轨迹模式下,打完特殊标记后提交任务,重新取到的任务无法直接打分的bug

ting.yin 6 년 전
부모
커밋
76c28b6e08
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      stmms-web/src/main/webapp/static/mark-new/js/modules/specialTag.js

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

@@ -20,6 +20,7 @@ function SpecialTag(option) {
         if(this.task.tagList==undefined){
         	this.task.tagList=[];
         }
+        this.markControl.trigger('special.tag.disable');
     });
     this.markControl.on('task.get.none', this, function(event, context, eventObject) {
         this.task = undefined;