소스 검색

演练评价bug处理

jingyuanchao 1 년 전
부모
커밋
9f356b262f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/core/drill/task/dialog.evaluate.vue

+ 1 - 0
src/views/core/drill/task/dialog.evaluate.vue

@@ -199,6 +199,7 @@ export default {
       console.log("onEvaluate", this.formData)
       if (!this.formData.commentScore) {
         this.$message.error("请选择评分!");
+        return;
       }
       let { commentScore,comment,id} = { ...this.formData};
       let json={};